Skip to content

Commit f0f502c

Browse files
committed
fix plural tone
1 parent 287ee22 commit f0f502c

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
@@ -89,7 +89,7 @@ To run `OpenNext` locally:
8989

9090
OpenNext provide you with a warmer function that can be used to reduce cold start.
9191

92-
On Lambda, there are multiple scenarios where a lambda will trigger a cold start even if you have some warmed instance. For example if you have more request than warm instance you'll get a cold start. Also NextJs lazy load the routes, so even if you hit a warm instance, this specific route might not have been loaded yet.
92+
On Lambda, there are multiple scenarios where a lambda will trigger a cold start even if you have some warmed instance. For example if you have more requests than warm instances you'll get a cold start. Also NextJs lazy load the routes, so even if you hit a warm instance, this specific route might not have been loaded yet.
9393

9494
## Acknowledgements
9595

0 commit comments

Comments
 (0)