aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/getting_started.md
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2012-11-29 03:57:53 -0800
committerSteve Klabnik <steve@steveklabnik.com>2012-11-29 04:05:54 -0800
commit8bc945da5f23e2961eab633c4e8beb6b078b043f (patch)
tree533669b787e0b656c254681989e034bb5ee102a5 /guides/source/getting_started.md
parent213f034059ff6d3227449fa5674fef9ad04742a0 (diff)
downloadrails-8bc945da5f23e2961eab633c4e8beb6b078b043f.tar.gz
rails-8bc945da5f23e2961eab633c4e8beb6b078b043f.tar.bz2
rails-8bc945da5f23e2961eab633c4e8beb6b078b043f.zip
Getting Started: mac -> Mac OS X
It's properly called "Mac OS X"
Diffstat (limited to 'guides/source/getting_started.md')
-rw-r--r--guides/source/getting_started.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md
index 4d3d5125a7..e4e65d99d2 100644
--- a/guides/source/getting_started.md
+++ b/guides/source/getting_started.md
@@ -165,7 +165,7 @@ This will fire up WEBrick, a webserver built into Ruby by default. To see your a
![Welcome Aboard screenshot](images/rails_welcome.png)
-TIP: To stop the web server, hit Ctrl+C in the terminal window where it's running. To verify the server has stopped you should see your command prompt cursor again. For most unix like systems including mac this will be a dollar sign `$`. In development mode, Rails does not generally require you to restart the server; changes you make in files will be automatically picked up by the server.
+TIP: To stop the web server, hit Ctrl+C in the terminal window where it's running. To verify the server has stopped you should see your command prompt cursor again. For most UNIX-like systems including Mac OS X this will be a dollar sign `$`. In development mode, Rails does not generally require you to restart the server; changes you make in files will be automatically picked up by the server.
The "Welcome Aboard" page is the _smoke test_ for a new Rails application: it makes sure that you have your software configured correctly enough to serve a page. You can also click on the _About your application’s environment_ link to see a summary of your application's environment.