diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2014-11-17 11:35:25 -0200 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2014-11-17 11:35:25 -0200 |
commit | e37edf1c6c520333c66056479b6eb134accc15b7 (patch) | |
tree | b8c1712c7f81b066b3e5f0d30afe7b24d9382d62 /railties | |
parent | c7727559e1df44e5930983901949e035b6346774 (diff) | |
parent | 6f57e1240eed636a6f47f131a9f39360e28a80c4 (diff) | |
download | rails-e37edf1c6c520333c66056479b6eb134accc15b7.tar.gz rails-e37edf1c6c520333c66056479b6eb134accc15b7.tar.bz2 rails-e37edf1c6c520333c66056479b6eb134accc15b7.zip |
Merge pull request #17645 from georgemillo/master
Minor English fixes in docs [ci skip]
Diffstat (limited to 'railties')
-rw-r--r-- | railties/lib/rails/engine.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/lib/rails/engine.rb b/railties/lib/rails/engine.rb index d985518fd9..023ea98145 100644 --- a/railties/lib/rails/engine.rb +++ b/railties/lib/rails/engine.rb @@ -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: # |