Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
Fix markdown typo (#2580) [ci skip]
Browse files Browse the repository at this point in the history
So that the `file_system` option renders correctly on the docs
  • Loading branch information
VikiAnn authored and sidraval committed May 8, 2018
1 parent 28c0699 commit e5d9759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/paperclip/storage/fog.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module Storage
# store your files. Remember that the bucket must be unique across
# all of Amazon S3. If the bucket does not exist, Paperclip will
# attempt to create it.
# * +fog_file*: This can be hash or lambda returning hash. The
# * +fog_file+: This can be hash or lambda returning hash. The
# value is used as base properties for new uploaded file.
# * +path+: This is the key under the bucket in which the file will
# be stored. The URL will be constructed from the bucket and the
Expand Down

0 comments on commit e5d9759

Please sign in to comment.