From b022d77466599f9bb0b35c216fb2c3f965eb2b3c Mon Sep 17 00:00:00 2001 From: xiaohuo Date: Fri, 16 Mar 2018 01:24:51 +0800 Subject: [PATCH] docs: fix typo --- cli/top.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/top.go b/cli/top.go index 3b7368d1d..1137407e3 100644 --- a/cli/top.go +++ b/cli/top.go @@ -11,8 +11,8 @@ import ( ) // topDescription -var topDescription = "top comand is to display the running processes of a container." + - "Your can add options just like using Linux ps command." +var topDescription = "top command is to display the running processes of a container." + + "You can add options just like using Linux ps command." // TopCommand use to implement 'top' command, it displays all processes in a container. type TopCommand struct {