Skip to content

Commit

Permalink
Merge pull request #17645 from georgemillo/master
Browse files Browse the repository at this point in the history
Minor English fixes in docs [ci skip]
  • Loading branch information
rafaelfranca committed Nov 17, 2014
2 parents c772755 + 6f57e12 commit e37edf1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion guides/source/active_support_core_extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -1011,7 +1011,7 @@ self.default_params = {
}.freeze
```

They can be also accessed and overridden at the instance level.
They can also be accessed and overridden at the instance level.

```ruby
A.x = 1
Expand Down
4 changes: 2 additions & 2 deletions railties/lib/rails/engine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ module Rails
#
# == Endpoint
#
# An engine can be also a rack application. It can be useful if you have a rack application that
# you would like to wrap with +Engine+ and provide some of the +Engine+'s features.
# An engine can also be a rack application. It can be useful if you have a rack application that
# you would like to wrap with +Engine+ and provide with some of the +Engine+'s features.
#
# To do that, use the +endpoint+ method:
#
Expand Down

0 comments on commit e37edf1

Please sign in to comment.