summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorferhat elmas <elmas.ferhat@gmail.com>2017-02-07 22:44:08 +0100
committerferhat elmas <elmas.ferhat@gmail.com>2017-02-07 23:23:26 +0100
commit65c08fc9c67c2a90eecd52fd72d61beb8ad71394 (patch)
treef355e8eda9690e7e2ef6a7a4760754a4d6caa0ce /README.md
parent03c04cee498f4a0f9d47c34d3018ac656ea07375 (diff)
Another typo fix in readme
s/cooresponding/corresponding/
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 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 {