Skip to content

Commit 5d59f3b

Browse files
Apply suggestions from code review
Co-authored-by: Benedikt Rollik <[email protected]>
1 parent 67a90e8 commit 5d59f3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/serverless-containers/concepts.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Refer to the [dedicated documentation](/serverless-containers/reference-content/
2323

2424
Customizing the minimum scale for Serverless can help ensure that an instance remains pre-allocated and ready to handle requests, reducing delays associated with [cold starts](#cold-start). However, this setting also impacts the costs of your Serverless Container.
2525

26-
For **CPU** and **RAM** based autoscaling, min-scale value must be at least `1`.
26+
For **CPU** and **RAM** based autoscaling, the `min-scale` value must be at least `1`.
2727

2828
### Max scale
2929

@@ -89,7 +89,7 @@ Container Registry is the place where your images are stored before being deploy
8989
9090
## Deployment
9191
92-
Some parameter changes require a new deployment of the container to take effect. The deployment happens without causing downtime, as traffic is switched to the newest version once it's ready.
92+
Some parameter changes require a new deployment of the container to take effect. The deployment happens without causing downtime, as traffic is switched to the newest version once it is ready.
9393
9494
## Endpoint
9595

0 commit comments

Comments
 (0)