From 7ab4fd75e911af6f9786cf68b1087658ff7f830e Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 27 May 2014 19:52:47 +0100 Subject: [PATCH] Fix grammar in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80cb09ea..0d76bd5f 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ Additional commands can be defined. }, } -### Attach command to it's parent +### Attach command to its parent In this example we are attaching it to the root, but commands can be attached at any level. HugoCmd.AddCommand(versionCmd)