From 2d76821f423b62df3ed4c2e2991d653d1cc31526 Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Fri, 26 Apr 2019 10:33:11 +0100 Subject: [PATCH] docs: Make CentOS docker guide consistent Fix wording in CentOS docker install guide to make it consistent with the others. Signed-off-by: James O. D. Hunt --- install/docker/centos-docker-install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/docker/centos-docker-install.md b/install/docker/centos-docker-install.md index bb58e8c83e..1bb4ea638c 100644 --- a/install/docker/centos-docker-install.md +++ b/install/docker/centos-docker-install.md @@ -65,4 +65,4 @@ ``` The previous command shows details of the kernel version running inside the - container, which is different from the host kernel version. + container, which is different to the host kernel version.