diff options
author | Sean Griffin <sean@thoughtbot.com> | 2014-06-28 22:18:47 -0600 |
---|---|---|
committer | Sean Griffin <sean@thoughtbot.com> | 2014-06-28 22:18:47 -0600 |
commit | b4b6248b90ac62ece6a46bee4d36868d19444df3 (patch) | |
tree | 3dc13c25f6eed620dcdaec8bb3abcd62d96dc169 /guides | |
parent | 539ff7d7d0271c55451501b4430e1e2345db1fdf (diff) | |
parent | 13ee4e13b8dfad82a1310cf64de0fde316181cd4 (diff) | |
download | rails-b4b6248b90ac62ece6a46bee4d36868d19444df3.tar.gz rails-b4b6248b90ac62ece6a46bee4d36868d19444df3.tar.bz2 rails-b4b6248b90ac62ece6a46bee4d36868d19444df3.zip |
Merge pull request #15963 from roryokane/getting-started-guide-fix-grammar
Add punctuation and fix capitalization in Getting Started guide
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/getting_started.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md index 4fe181bb9d..4728e59bc8 100644 --- a/guides/source/getting_started.md +++ b/guides/source/getting_started.md @@ -2012,7 +2012,7 @@ class CommentsController < ApplicationController ``` Now if you try to create a new article, you will be greeted with a basic HTTP -Authentication challenge +Authentication challenge: ![Basic HTTP Authentication Challenge](images/getting_started/challenge.png) @@ -2027,7 +2027,7 @@ along with a number of others. Security, especially in web applications, is a broad and detailed area. Security in your Rails application is covered in more depth in -The [Ruby on Rails Security Guide](security.html) +the [Ruby on Rails Security Guide](security.html). What's Next? @@ -2038,7 +2038,7 @@ update it and experiment on your own. But you don't have to do everything without help. As you need assistance getting up and running with Rails, feel free to consult these support resources: -* The [Ruby on Rails guides](index.html) +* The [Ruby on Rails Guides](index.html) * The [Ruby on Rails Tutorial](http://railstutorial.org/book) * The [Ruby on Rails mailing list](http://groups.google.com/group/rubyonrails-talk) * The [#rubyonrails](irc://irc.freenode.net/#rubyonrails) channel on irc.freenode.net |