summaryrefslogtreecommitdiff
path: root/cmd/ponzu/usage.go
diff options
context:
space:
mode:
authorSteve <nilslice@gmail.com>2017-02-07 16:43:26 -0800
committerGitHub <noreply@github.com>2017-02-07 16:43:26 -0800
commita21c1485ec4ab973afc9a8e5dbf742d88ae32e84 (patch)
tree8a8d6beca70f2113cdebd433f80c321c9fa5d36f /cmd/ponzu/usage.go
parent28891b797bb24fde70df46fa2cd791af48526aae (diff)
parent7c2d4c7e609ff56541fd8787133d33d9f7951393 (diff)
Merge pull request #68 from ponzu-cms/ponzu-dev
[core] Documentation typo fixes, adding new Hookable methods: BeforeAccept & AfterAccept
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"` + "`" + `