diff options
author | George Millo <georgejulianmillo@gmail.com> | 2014-11-17 15:26:33 +0700 |
---|---|---|
committer | George Millo <georgejulianmillo@gmail.com> | 2014-11-17 15:31:39 +0700 |
commit | 6f57e1240eed636a6f47f131a9f39360e28a80c4 (patch) | |
tree | 596ad8d718b4f437116a323b3113e213cee5c1a1 /railties | |
parent | 3a804aab9557efd1f1f3b68a5d1e9e3c2f37df20 (diff) | |
download | rails-6f57e1240eed636a6f47f131a9f39360e28a80c4.tar.gz rails-6f57e1240eed636a6f47f131a9f39360e28a80c4.tar.bz2 rails-6f57e1240eed636a6f47f131a9f39360e28a80c4.zip |
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: # |