Skip to content

Commit a70ff5a

Browse files
committed
[zh] fix typo replicaset.md
1 parent 9da63b5 commit a70ff5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zh-cn/docs/concepts/workloads/controllers/replicaset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ assuming that the number of replicas is not also changed).
523523
A ReplicaSet can be easily scaled up or down by simply updating the `.spec.replicas` field. The ReplicaSet controller
524524
ensures that a desired number of Pods with a matching label selector are available and operational.
525525
-->
526-
### 扩缩 RepliaSet {#scaling-a-replicaset}
526+
### 扩缩 ReplicaSet {#scaling-a-replicaset}
527527

528528
通过更新 `.spec.replicas` 字段,ReplicaSet 可以被轻松地进行扩缩。ReplicaSet
529529
控制器能确保匹配标签选择器的数量的 Pod 是可用的和可操作的。

0 commit comments

Comments
 (0)