Skip to content

Commit

Permalink
Merge pull request thoughtbot#2032 from lemuelbarango/fix_typo
Browse files Browse the repository at this point in the history
Fixed typos
  • Loading branch information
maclover7 committed Oct 22, 2015
2 parents 292415d + 835a848 commit bff82b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ gem "paperclip", git: "git://github.com/thoughtbot/paperclip.git"

If you're trying to use features that don't seem to be in the latest released gem, but are
mentioned in this README, then you probably need to specify the master branch if you want to
use them. This README is probably ahead of the latest released version, if you're reading it
use them. This README is probably ahead of the latest released version if you're reading it
on GitHub.

For Non-Rails usage:
Expand Down Expand Up @@ -568,7 +568,7 @@ gems along side with Paperclip:
The files that are assigned as attachments are, by default, placed in the
directory specified by the `:path` option to `has_attached_file`. By default, this
location is `:rails_root/public/system/:class/:attachment/:id_partition/:style/:filename`.
This location was chosen because on standard Capistrano deployments, the
This location was chosen because, on standard Capistrano deployments, the
`public/system` directory is symlinked to the app's shared directory, meaning it
will survive between deployments. For example, using that `:path`, you may have a
file at
Expand Down Expand Up @@ -624,7 +624,7 @@ This would load the hypothetical class Paperclip::Ocr, which would have the
hash "{ quality: :better }" passed to it along with the uploaded file. For
more information about defining processors, see Paperclip::Processor.

The default processor is Paperclip::Thumbnail. For backwards compatibility
The default processor is Paperclip::Thumbnail. For backward compatibility
reasons, you can pass a single geometry string or an array containing a
geometry and a format that the file will be converted to, like so:

Expand Down Expand Up @@ -819,7 +819,7 @@ end
Logging
----------

By default Paperclip outputs logging according to your logger level. If you want to disable logging (e.g. during testing) add this in to your environment's configuration:
By default, Paperclip outputs logging according to your logger level. If you want to disable logging (e.g. during testing) add this into your environment's configuration:
```ruby
Your::Application.configure do
...
Expand Down

0 comments on commit bff82b6

Please sign in to comment.