From a5034444299412c96cc286cf84a15077c8be425e Mon Sep 17 00:00:00 2001 From: Zachary Scott Date: Sun, 9 Feb 2014 08:57:06 +0200 Subject: [PATCH] Remove end of line whitespace from bb87c16 --- guides/source/getting_started.md | 8 ++++---- 1 file 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 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 and you'll see a routing error: ![Another routing error, uninitialized constant ArticlesController](images/getting_started/routing_error_no_controller.png) -- GitLab