Skip to content

Commit a0085b4

Browse files
authored
Merge pull request #39710 from pjbgf/pod-misspell
Fix misspelling on Pods page
2 parents 4798193 + c92f1d3 commit a0085b4

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,14 +296,14 @@ Your {{< glossary_tooltip text="container runtime" term_id="container-runtime" >
296296
Any container in a pod can run in privileged mode to use operating system administrative capabilities
297297
that would otherwise be inaccessible. This is available for both Windows and Linux.
298298

299-
### Linux priviledged containers
299+
### Linux privileged containers
300300

301301
In Linux, any container in a Pod can enable privileged mode using the `privileged` (Linux) flag
302302
on the [security context](/docs/tasks/configure-pod-container/security-context/) of the
303303
container spec. This is useful for containers that want to use operating system administrative
304304
capabilities such as manipulating the network stack or accessing hardware devices.
305305

306-
### Windows priviledged containers
306+
### Windows privileged containers
307307

308308
{{< feature-state for_k8s_version="v1.26" state="stable" >}}
309309

0 commit comments

Comments
 (0)