From ac777538f09be3b4b423badf6641c83b124c9955 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)