From 6bd80297c44cd5d97d5439132e5ec920cabe9f5a Mon Sep 17 00:00:00 2001 From: Marc Paquette Date: Wed, 20 Dec 2023 13:40:02 -0500 Subject: [PATCH] Update opsguide-containerd.md Fix typo. --- docs/opsguide-containerd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/opsguide-containerd.md b/docs/opsguide-containerd.md index aab448e13..78bae3554 100644 --- a/docs/opsguide-containerd.md +++ b/docs/opsguide-containerd.md @@ -15,7 +15,7 @@ Here is a table describing that mapping. |---------------|-----------------|----------------------------------------------------------| ``` -Another important concept of containerd is the concept of `namecpaces`. Each client can work in its own +Another important concept of containerd is the concept of `namespaces`. Each client can work in its own namespace, so that different clients do not have to give their containers globally unique names. Guardian is working in a namespace named "garden".