From a58266b0ea0f9de92bd56ed4ecfeeec3e05281f1 Mon Sep 17 00:00:00 2001 From: Josh <29730338+mr-j-tree@users.noreply.github.com> Date: Thu, 14 Jan 2021 20:27:09 +0000 Subject: [PATCH] Fixed typo. "avaialble" becomes "available" --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index d7a80086..ba652778 100644 --- a/readme.md +++ b/readme.md @@ -323,7 +323,7 @@ The library encapsulates the workflow via the internal `LambdaRuntimeClient` and ### Lifecycle Management -AWS Lambda Runtime Engine controls the Application lifecycle and in the happy case never terminates the application, only suspends it's execution when no work is avaialble. +AWS Lambda Runtime Engine controls the Application lifecycle and in the happy case never terminates the application, only suspends it's execution when no work is available. As such, the library main entry point is designed to run forever in a blocking fashion, performing the workflow described above in an endless loop.