Skip to content

Commit f658c6b

Browse files
authored
Update scaling.md
fix typo
1 parent ed2fe28 commit f658c6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/concepts/scaling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Instead of manually adding more instances when traffic increases, an auto-scalin
3737

3838
### Example
3939

40-
With Defang a user, with a Pro and higher plan, can enable service level autoscaling by adding a _**x-defang-autoscaling**_ extension to the services which is to be autoscaled.
40+
With Defang a user, with a Pro and higher plan, can enable service level autoscaling by adding a _**x-defang-autoscaling**_ extension to the service which is to be autoscaled.
4141

4242
```yaml
4343
services:
@@ -81,4 +81,4 @@ Auto-scaling systems typically rely on:
8181
- Ensure services are **stateless** or use **externalized state** (e.g., databases, caches) for smooth scaling. ([12 Factor App](https://12factor.net/processes))
8282
- Test services under load to identify scaling bottlenecks.
8383
84-
See Tutorial page [Scaling Tutorial](/docs/tutorials/scaling-your-services)
84+
See Tutorial page [Scaling Tutorial](/docs/tutorials/scaling-your-services)

0 commit comments

Comments
 (0)