Skip to content

Commit

Permalink
Fix typo in readme (#467)
Browse files Browse the repository at this point in the history
More grammatically correct to say "not" instead of "no"
  • Loading branch information
zacstewart authored and janko committed Oct 1, 2018
1 parent f1de954 commit c08a6d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ we can use `MiniMagick::Image.new`.
image = MiniMagick::Image.new("input.jpg")
image.path #=> "input.jpg"
image.resize "100x100"
# No calling #write, because it's no a copy
# Not calling #write, because it's not a copy
```

### Combine options
Expand Down

0 comments on commit c08a6d4

Please sign in to comment.