Skip to content

Commit 6ae840e

Browse files
authored
Fixed typo. (#183)
"avaialble" becomes "available"
1 parent c1117a3 commit 6ae840e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ The library encapsulates the workflow via the internal `LambdaRuntimeClient` and
323323

324324
### Lifecycle Management
325325

326-
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.
326+
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.
327327

328328
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.
329329

0 commit comments

Comments
 (0)