Skip to content

Commit d3f61eb

Browse files
Update articles/container-apps/scale-app.md
1 parent 0e4986d commit d3f61eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-apps/scale-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Scaling rules are defined in `resources.properties.template.scale` section of th
2626
- If you want to ensure that an instance of your application is always running, set `minReplicas` to 1 or higher.
2727
- Replicas not processing, but that remain in memory are billed in the "idle charge" category.
2828
- Changes to scaling rules are a [revision-scope](overview.md) change.
29-
- When using non-HTTP event scale rules, setting the `activeRevisionMode` to single is recommended.
29+
- When using non-HTTP event scale rules, setting the `activeRevisionMode` to `single` is recommended.
3030

3131
> [!IMPORTANT]
3232
> Replica quantities are a target amount, not a guarantee. Even if you set `maxReplicas` to `1`, there is no assurance of thread safety.

0 commit comments

Comments
 (0)