Skip to content

Commit

Permalink
Correct small typo (#599)
Browse files Browse the repository at this point in the history
  • Loading branch information
philippeapril committed Oct 5, 2022
1 parent b73ac6b commit 606b807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/plugins/derivatives.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Attacher.default_url do |derivative: nil, **|
end
```
```rb
photo.image_url(:medium) #=> "https://example.com/fallbacks.com/medium.jpg"
photo.image_url(:medium) #=> "https://example.com/fallbacks/medium.jpg"
```

Any additional URL options passed to `#<name>_url` will be forwarded to the
Expand Down

0 comments on commit 606b807

Please sign in to comment.