Skip to content

Commit f7248fa

Browse files
grammar correction in pod overview
1 parent d7a2a8f commit f7248fa

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/concepts/workloads/pods

1 file changed

+1
-1
lines changed

content/en/docs/concepts/workloads/pods/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ runtime, and it helps to describe Pods using some terminology from Docker.
3939
{{< /note >}}
4040

4141
The shared context of a Pod is a set of Linux namespaces, cgroups, and
42-
potentially other facets of isolation - the same things that isolate a {{< glossary_tooltip text="containers" term_id="container" >}}. Within a Pod's context, the individual applications may have
42+
potentially other facets of isolation - the same things that isolate a {{< glossary_tooltip text="container" term_id="container" >}}. Within a Pod's context, the individual applications may have
4343
further sub-isolations applied.
4444

4545
A Pod is similar to a set of containers with shared namespaces and shared filesystem volumes.

0 commit comments

Comments
 (0)