diff options
author | Zachary Scott <zachary@zacharyscott.net> | 2014-02-09 08:57:06 +0200 |
---|---|---|
committer | Robin Dupret <robin.dupret@gmail.com> | 2014-02-09 14:06:06 +0100 |
commit | a5034444299412c96cc286cf84a15077c8be425e (patch) | |
tree | 609b0275e47725a59d3f65c50227388e77cd3ed1 /guides/source | |
parent | 6ac2655ecaec90310aa32395130e6b7c89863941 (diff) | |
download | rails-a5034444299412c96cc286cf84a15077c8be425e.tar.gz rails-a5034444299412c96cc286cf84a15077c8be425e.tar.bz2 rails-a5034444299412c96cc286cf84a15077c8be425e.zip |
Remove end of line whitespace from bb87c16
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/getting_started.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md index 738bf0be4d..3e560bdd86 100644 --- a/guides/source/getting_started.md +++ b/guides/source/getting_started.md @@ -367,10 +367,10 @@ styling for it afterwards. ### Laying down the ground work -Firstly, you need a place within the application to create a new article. A -great place for that would be at `/articles/new`. With the route already -defined, requests can now be made to `/articles/new` in the application. -Navigate to <http://localhost:3000/articles/new> and you'll see a routing +Firstly, you need a place within the application to create a new article. A +great place for that would be at `/articles/new`. With the route already +defined, requests can now be made to `/articles/new` in the application. +Navigate to <http://localhost:3000/articles/new> and you'll see a routing error:  |