You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -383,7 +383,7 @@ The library encapsulates the workflow via the internal `SCFRuntimeClient` and `S
383
383
384
384
### Lifecycle Management
385
385
386
-
SCF 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.
386
+
SCF 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.
387
387
388
388
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.
0 commit comments