summaryrefslogtreecommitdiff
path: root/cmd/ponzu/usage.go
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2017-02-07 15:29:43 -0800
committerSteve Manuel <nilslice@gmail.com>2017-02-07 15:29:43 -0800
commit5bda6713c9b70f2a7a758dade3f36b40fd96b897 (patch)
treef355e8eda9690e7e2ef6a7a4760754a4d6caa0ce /cmd/ponzu/usage.go
parent28891b797bb24fde70df46fa2cd791af48526aae (diff)
parent5896c39e62086969df57b160d0247fa231913b1c (diff)
Merge branch 'ponzu-dev' of https://github.com/ponzu-cms/ponzu into ponzu-dev
Diffstat (limited to 'cmd/ponzu/usage.go')
-rw-r--r--cmd/ponzu/usage.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/ponzu/usage.go b/cmd/ponzu/usage.go
index a2f6e1c..3418cc1 100644
--- a/cmd/ponzu/usage.go
+++ b/cmd/ponzu/usage.go
@@ -66,7 +66,7 @@ generate, gen, g <generator type (,...fields)>
$ ponzu gen content review title:"string" body:"string" rating:"int" tags:"[]string"
The command above will generate a file 'content/review.go' with boilerplate
- methods, as well as struct definition, and cooresponding field tags like:
+ methods, as well as struct definition, and corresponding field tags like:
type Review struct {
Title string ` + "`json:" + `"title"` + "`" + `