Skip to content

Commit 2f908f6

Browse files
authored
Update multi-tenancy.md
Write out numbers from zero through ten in words
1 parent ed0a8bc commit 2f908f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/concepts/security/multi-tenancy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ workloads running in a shared cluster. Running workloads in a sandbox environmen
286286
insulate the host from container escapes, where an attacker exploits a vulnerability to gain
287287
access to the host system and all the processes/files running on that host.
288288

289-
Virtual machines and userspace kernels are 2 popular approaches to sandboxing. The following
289+
Virtual machines and userspace kernels are two popular approaches to sandboxing. The following
290290
sandboxing implementations are available:
291291

292292
* [gVisor](https://gvisor.dev/) intercepts syscalls from containers and runs them through a
@@ -514,4 +514,4 @@ project provides an implementation of virtual control planes.
514514
#### Other implementations
515515

516516
* [Kamaji](https://github.com/clastix/kamaji)
517-
* [vcluster](https://github.com/loft-sh/vcluster)
517+
* [vcluster](https://github.com/loft-sh/vcluster)

0 commit comments

Comments
 (0)