diff options
author | Steve Manuel <nilslice@gmail.com> | 2016-09-23 20:49:26 -0700 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2016-09-23 20:49:26 -0700 |
commit | 26cd2bc7d628cce83188eb96534c5ed93ed48ebb (patch) | |
tree | a9cf03211ec262f4a72c081672dacb3dd720853e /cmd | |
parent | 27c175f6c626175598ee0a3d5c7b750a84d583e2 (diff) |
fixing typo
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/cms/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/cms/main.go b/cmd/cms/main.go index bf779c2..8f59cb2 100644 --- a/cmd/cms/main.go +++ b/cmd/cms/main.go @@ -11,7 +11,7 @@ $ cms <option> <params> Options: generate, gen, g: - Generate a new content type file with boilerplat code to implement + Generate a new content type file with boilerplate code to implement the editor.Editable interface. Must be given one (1) parameter of the name of the type for the new content. |