Skip to content

Commit 17aceff

Browse files
Apply suggestions from code review
Co-authored-by: Rowena Jones <[email protected]>
1 parent 85b93c2 commit 17aceff

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pages/serverless-containers/concepts.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ categories:
1414

1515
## Autoscaling
1616

17-
Autoscaling refers to the ability of Serverless Containers to automatically adjust the number of intances without manual intervention.
17+
Autoscaling refers to the ability of Serverless Containers to automatically adjust the number of instances without manual intervention.
1818
Scaling mechanisms ensure that resources are provisioned dynamically to handle incoming requests efficiently while minimizing idle capacity and cost.
1919

20-
Autoscaling parameters are [min-scale](/serverless-containers/concepts/#min-scale) and [max-scale](/serverless-containers/concepts/#max-scale), scaling policies available are:
21-
* **Concurrent requests:** requests incoming on the ressource at the same time. Default value suitable for most use cases.
20+
Autoscaling parameters are [min-scale](/serverless-containers/concepts/#min-scale) and [max-scale](/serverless-containers/concepts/#max-scale). Available scaling policies are:
21+
* **Concurrent requests:** requests incoming to the resource at the same time. Default value suitable for most use cases.
2222
* **CPU usage:** to scale based on CPU percentage, suitable for intensive CPU workloads.
2323
* **RAM usage** to scale based on RAM percentage, suitable for memory intensive workloads.
2424

pages/serverless-functions/concepts.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ categories:
1414

1515
## Autoscaling
1616

17-
Autoscaling refers to the ability of Serverless Functions to automatically adjust the number of intances without manual intervention.
17+
Autoscaling refers to the ability of Serverless Functions to automatically adjust the number of instances without manual intervention.
1818
Scaling mechanisms ensure that resources are provisioned dynamically to handle incoming requests efficiently while minimizing idle capacity and cost.
1919

20-
Autoscaling parameters are [min-scale](/serverless-functions/concepts/#min-scale) and [max-scale](/serverless-functions/concepts/#max-scale), scaling policies available are:
21-
* **Concurrent requests:** requests incoming on the ressource at the same time. Default value suitable for most use cases.
20+
Autoscaling parameters are [min-scale](/serverless-functions/concepts/#min-scale) and [max-scale](/serverless-functions/concepts/#max-scale). Available scaling policies are:
21+
* **Concurrent requests:** requests incoming to the resource at the same time. Default value suitable for most use cases.
2222
* **CPU usage:** to scale based on CPU percentage, suitable for intensive CPU workloads.
2323
* **RAM usage** to scale based on RAM percentage, suitable for memory intensive workloads.
2424

0 commit comments

Comments
 (0)