Skip to content

Commit 5eb674b

Browse files
authored
Merge pull request #36531 from UtkarshMishra12/Fix-Typo-#36528
Fix typo on cgroups page
2 parents 09707c0 + a596970 commit 5eb674b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/architecture/cgroups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ constrain resources that are allocated to processes.
1111

1212
The {{< glossary_tooltip text="kubelet" term_id="kubelet" >}} and the
1313
underlying container runtime need to interface with cgroups to enforce
14-
[resource mangement for pods and containers](/docs/concepts/configuration/manage-resources-containers/) which
14+
[resource management for pods and containers](/docs/concepts/configuration/manage-resources-containers/) which
1515
includes cpu/memory requests and limits for containerized workloads.
1616

1717
There are two versions of cgroups in Linux: cgroup v1 and cgroup v2. cgroup v2 is

0 commit comments

Comments
 (0)