diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2013-08-03 21:36:59 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2013-08-03 21:36:59 -0300 |
commit | 8ff3fe2e937d988e99c72357dce1b11418b7e386 (patch) | |
tree | 65daac37e5c5a6019053ff57266121f03c034816 /guides | |
parent | 5577e9e825ae6f79c5e9d168321c5d231b60200b (diff) | |
download | rails-8ff3fe2e937d988e99c72357dce1b11418b7e386.tar.gz rails-8ff3fe2e937d988e99c72357dce1b11418b7e386.tar.bz2 rails-8ff3fe2e937d988e99c72357dce1b11418b7e386.zip |
No need to abbreviate application
[ci skip]
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/getting_started.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md index 50d1cd5844..6d73163b9a 100644 --- a/guides/source/getting_started.md +++ b/guides/source/getting_started.md @@ -155,7 +155,7 @@ To begin with, let's get some text up on screen quickly. To do this, you need to ### Starting up the Web Server -You actually have a functional Rails application already. To see it, you need to start a web server on your development machine. You can do this by running the following in the root directory of your rails app: +You actually have a functional Rails application already. To see it, you need to start a web server on your development machine. You can do this by running the following in the root directory of your rails application: ```bash $ rails server |