Skip to content

Commit 9ac108d

Browse files
authored
Update coldstartups.adoc (#2290)
Typo fix
1 parent a1bfcda commit 9ac108d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/docs/guide/lambda/coldstartups.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ During the initialization phase:
88
- AWS Lambda starts a JVM.
99
- Java runtime loads and initializes handler class.
1010
11-
The intialization phase has access to more CPU, because of that Micronaut starts the application context and eagerly inits singletons during the intialization of the handler class.
11+
The initialization phase has access to more CPU, because of that Micronaut starts the application context and eagerly inits singletons during the intialization of the handler class.

0 commit comments

Comments
 (0)