summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--cmd/ponzu/usage.go2
-rw-r--r--deployment/README.md4
3 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 58a4fd3..963aede 100644
--- a/README.md
+++ b/README.md
@@ -94,7 +94,7 @@ $ ponzu gen content review title:"string" body:"string" rating:"int" tags:"[]str
```
The command above will generate the 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:
```go
type Review struct {
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"` + "`" + `
diff --git a/deployment/README.md b/deployment/README.md
index d7d9a3e..7fad586 100644
--- a/deployment/README.md
+++ b/deployment/README.md
@@ -4,8 +4,8 @@ This is a set of deployment scripts for starting up `ponzu-server` processes on
system boot and run levels.
To add one for a missing platform / OS, fork the ponzu repository and create a
-new pull request with the script inside a directory named by the cooresponding
+new pull request with the script inside a directory named by the corresponding
init system.
Questions? Reach out to [@ponzu_cms](https://twitter.com/ponzu_cms) on Twitter,
-or open an issue at https://github.com/ponzu-cms/ponzu \ No newline at end of file
+or open an issue at https://github.com/ponzu-cms/ponzu