diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -45,7 +45,7 @@ $ ponzu new myProject > New ponzu project created at $GOPATH/src/myProject ``` -Errors will be reported, but successful commands retrun nothing. +Errors will be reported, but successful commands return nothing. --- @@ -84,7 +84,7 @@ type Review struct { The generate command will intelligently parse more sophisticated field names such as 'field_name' and convert it to 'FieldName' and vice versa, only where appropriate as per common Go idioms. Errors will be reported, but successful -generate commands retrun nothing. +generate commands return nothing. --- |