mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Minor English fixes in docs [ci skip]
This commit is contained in:
parent
3a804aab95
commit
6f57e1240e
2 changed files with 3 additions and 3 deletions
|
@ -1011,7 +1011,7 @@ self.default_params = {
|
||||||
}.freeze
|
}.freeze
|
||||||
```
|
```
|
||||||
|
|
||||||
They can be also accessed and overridden at the instance level.
|
They can also be accessed and overridden at the instance level.
|
||||||
|
|
||||||
```ruby
|
```ruby
|
||||||
A.x = 1
|
A.x = 1
|
||||||
|
|
|
@ -110,8 +110,8 @@ module Rails
|
||||||
#
|
#
|
||||||
# == Endpoint
|
# == Endpoint
|
||||||
#
|
#
|
||||||
# An engine can be also a rack application. It can be useful if you have a rack application that
|
# 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 some of the +Engine+'s features.
|
# you would like to wrap with +Engine+ and provide with some of the +Engine+'s features.
|
||||||
#
|
#
|
||||||
# To do that, use the +endpoint+ method:
|
# To do that, use the +endpoint+ method:
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue