From 0bddc54f368c73e662f887a3d5b168705524514e Mon Sep 17 00:00:00 2001 From: Sapphire Mason-Brown Date: Thu, 20 Sep 2018 03:01:22 +0100 Subject: [PATCH] Fix minor typo in 'Debugging Kubernetes nodes with crictl (#10338) --- content/en/docs/tasks/debug-application-cluster/crictl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/debug-application-cluster/crictl.md b/content/en/docs/tasks/debug-application-cluster/crictl.md index 39418bcaac..413cf6a24c 100644 --- a/content/en/docs/tasks/debug-application-cluster/crictl.md +++ b/content/en/docs/tasks/debug-application-cluster/crictl.md @@ -181,7 +181,7 @@ crictl exec -i -t 1f73f2d81bf98 ls bin dev etc home proc root sys tmp usr var ``` -### Get a coontainer's logs +### Get a container's logs Get all container logs: