Skip to content

Commit

Permalink
fix typo in documentation (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
pfilipow authored Apr 12, 2021
1 parent bd2f826 commit 52d5126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/minimagick.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ processing, otherwise if `nil` is returned the original
`MiniMagick::Tool::Convert` object will be used.

```rb
ImagePocessing::MiniMagick
ImageProcessing::MiniMagick
.custom { |magick| magick.colorspace("grayscale") if gray? }
# ...
```
Expand Down

0 comments on commit 52d5126

Please sign in to comment.