Skip to content

Commit 26cf43b

Browse files
authored
Merge pull request #31896 from meysam81/meysam/fix-typo
fix: typo
2 parents b3ae226 + 6e8093e commit 26cf43b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/security/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Area of Concern for Containers | Recommendation |
123123
Container Vulnerability Scanning and OS Dependency Security | As part of an image build step, you should scan your containers for known vulnerabilities.
124124
Image Signing and Enforcement | Sign container images to maintain a system of trust for the content of your containers.
125125
Disallow privileged users | When constructing containers, consult your documentation for how to create users inside of the containers that have the least level of operating system privilege necessary in order to carry out the goal of the container.
126-
Use container runtime with stronger isolation | Select [container runtime classes](/docs/concepts/containers/runtime-class/) that provider stronger isolation
126+
Use container runtime with stronger isolation | Select [container runtime classes](/docs/concepts/containers/runtime-class/) that provide stronger isolation
127127

128128
## Code
129129

0 commit comments

Comments
 (0)