From ab9cb9cf5b6adaf851a7e29b0d2d96404ec540f3 Mon Sep 17 00:00:00 2001 From: Alexander <alxndr+github@gmail.com> Date: Mon, 11 Feb 2013 12:49:23 -0800 Subject: [PATCH] Typo fix --- DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 7091433ea..aa6907c52 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -51,7 +51,7 @@ bundle exec rails server In a few seconds, rails will start server pages. To access them, open a web browser to http://localhost:4000 - if it all worked you should see discourse! Congratulations, you are ready to start working! -You can now edit files on your local file system, using your favorite text editor or IDE. When you reload your web browser, it should have the latest changed. +You can now edit files on your local file system, using your favorite text editor or IDE. When you reload your web browser, it should have the latest changes. ### Guard + Rspec