Skip to content

Commit 6c29f3b

Browse files
thomas-tacquetRoRoJnerda-codes
authored
Apply suggestions from code review
Co-authored-by: Rowena Jones <[email protected]> Co-authored-by: nerda-codes <[email protected]>
1 parent 8834293 commit 6c29f3b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

serverless/containers/concepts.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ Cold start is the time a Container takes to handle a request when it is called f
1818

1919
Startup process steps are:
2020
* Downloading the container image to our infrastructure
21-
* Starting the container. Optimise your container startup speed to minimize this step *(ex: avoid waiting for slow connections or downloading large objects etc... at statup)*
21+
* Starting the container. Optimize your container startup speed to minimize this step (e.g., avoid waiting for slow connections or downloading large objects at startup)
2222
* Waiting for the containeer to listen on the configured port.
2323

24-
[How to reduce cold start](/faq/serverless-containers/#how-can-i-reduce-the-cold-starts-of-serverless-containers)
24+
[How to reduce cold starts](/faq/serverless-containers/#how-can-i-reduce-the-cold-starts-of-serverless-containers)
2525

2626
## Concurrency
2727

serverless/functions/concepts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Startup process steps are:
2121
* Starting the container and the runtime
2222
* Waiting for the container to be ready.
2323

24-
[How to reduce cold start](/faq/serverless-functions/#how-to-reduce-cold-start-of-serverless-functions)
24+
[How to reduce cold starts](/faq/serverless-functions/#how-to-reduce-cold-start-of-serverless-functions)
2525

2626
## CRON trigger
2727

0 commit comments

Comments
 (0)