aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/getting_started.md
diff options
context:
space:
mode:
authorRory O’Kane <rory@roryokane.com>2014-06-28 22:26:35 -0400
committerRory O’Kane <rory@roryokane.com>2014-06-28 22:59:04 -0400
commit13ee4e13b8dfad82a1310cf64de0fde316181cd4 (patch)
treefea9729a4f1606d8e3cf9abb2d14d33bfa095b75 /guides/source/getting_started.md
parentb44174f8c8f3b9b8040955f981d30e64558f0044 (diff)
downloadrails-13ee4e13b8dfad82a1310cf64de0fde316181cd4.tar.gz
rails-13ee4e13b8dfad82a1310cf64de0fde316181cd4.tar.bz2
rails-13ee4e13b8dfad82a1310cf64de0fde316181cd4.zip
Add punctuation and fix capitalization in Getting Started guide
Fix more small grammar mistakes in the [Getting Started guide](http://edgeguides.rubyonrails.org/getting_started.html#security), in sections 9 and 10. Specifically, within sections 9.1 “Basic Authentication”, 9.2 “Other Security Considerations”, and 10 “What's Next?”. “Rails Guides” is generally capitalized on the site, including on the linked page and in the title of the site, so I capitalized it. “The” is not part of the name of the Ruby on Rails Security Guide – “The” is not in the title on that page. And I added a missing period and a missing colon at the ends of two sentences.
Diffstat (limited to 'guides/source/getting_started.md')
-rw-r--r--guides/source/getting_started.md6
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