Skip to content

Commit ac13c80

Browse files
authored
Fix formatting
1 parent d8ab1f3 commit ac13c80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/architecture/self-healing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Here are some of the key components that provide Kubernetes self-healing:
3333

3434
- **[kubelet](/docs/concepts/architecture/#kubelet):** Ensures that containers are running, and restarts those that fail.
3535

36-
- **[Deployment(via ReplicaSet)](docs/concepts/workloads/controllers/deployment/), ReplicaSet, StatefulSet and DaemonSet controller:** Maintains the desired number of Pod replicas.
36+
- **Deployment (via ReplicaSet), ReplicaSet, StatefulSet and DaemonSet controllers:** Maintain the desired number of Pod replicas.
3737

3838
- **PersistentVolume controller:** Manages volume attachment and detachment for stateful workloads.
3939

0 commit comments

Comments
 (0)