Fix grammar mistakes [ci skip]

This commit is contained in:
Jacob Herrington 2021-04-10 22:06:45 -05:00
parent 57cbf4136f
commit 568dba64ba
No known key found for this signature in database
GPG Key ID: 467330728B90A0A0
2 changed files with 3 additions and 4 deletions

@ -24,9 +24,9 @@ the {Active Model}[link:files/activemodel/README_rdoc.html] module.
== Controller layer
The <em><b>Controller layer</b></em> is responsible for handling incoming HTTP requests and
providing a suitable response. Usually this means returning \HTML, but \Rails controllers
providing a suitable response. Usually, this means returning \HTML, but \Rails controllers
can also generate XML, JSON, PDFs, mobile-specific views, and more. Controllers load and
manipulate models, and render view templates in order to generate the appropriate HTTP response.
manipulate models and render view templates in order to generate the appropriate HTTP response.
In \Rails, incoming requests are routed by Action Dispatch to an appropriate controller, and
controller classes are derived from <tt>ActionController::Base</tt>. Action Dispatch and Action Controller
are bundled together in {Action Pack}[link:files/actionpack/README_rdoc.html].
@ -72,7 +72,7 @@ and may also be used independently outside \Rails.
Run with <tt>--help</tt> or <tt>-h</tt> for options.
4. Go to <tt>http://localhost:3000</tt> and you'll see: "Yay! Youre on \Rails!"
4. Go to <tt>http://localhost:3000</tt>, and you'll see: "Yay! Youre on \Rails!"
5. Follow the guidelines to start developing your application. You may find the following resources handy:

@ -8,7 +8,6 @@ Railties is responsible for gluing all frameworks together. Overall, it:
* and provides the Rails generators core.
== Download
The latest version of Railties can be installed with RubyGems: