From b0da90dd08a7685d500b3129ed4751263ff78a3c Mon Sep 17 00:00:00 2001 From: Shannon Kularathna Date: Wed, 12 Jan 2022 17:22:19 +0400 Subject: [PATCH] Minor wording fixes Co-authored-by: Tim Bannister --- content/en/docs/reference/glossary/container-runtime.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/reference/glossary/container-runtime.md b/content/en/docs/reference/glossary/container-runtime.md index 70be908656..1d2aae66c6 100644 --- a/content/en/docs/reference/glossary/container-runtime.md +++ b/content/en/docs/reference/glossary/container-runtime.md @@ -17,5 +17,5 @@ tags: Kubernetes supports container runtimes such as {{< glossary_tooltip term_id="containerd" >}}, {{< glossary_tooltip term_id="cri-o" >}}, -and any implementation of the [Kubernetes CRI (Container Runtime +and any other implementation of the [Kubernetes CRI (Container Runtime Interface)](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-node/container-runtime-interface.md).