diff options
author | Tom Kadwill <tomkadwill@gmail.com> | 2014-08-19 07:46:58 +0100 |
---|---|---|
committer | Tom Kadwill <tomkadwill@gmail.com> | 2014-08-19 07:48:12 +0100 |
commit | 475656971862f84b19ee7a5ea20ac184236ec6f3 (patch) | |
tree | 8fa40cb49f14090fad346f98e31955149c165ac8 | |
parent | f2dda9fe255e2a64ba96ee7eda951d7a9143823e (diff) | |
download | rails-475656971862f84b19ee7a5ea20ac184236ec6f3.tar.gz rails-475656971862f84b19ee7a5ea20ac184236ec6f3.tar.bz2 rails-475656971862f84b19ee7a5ea20ac184236ec6f3.zip |
Removed unnecessary word
-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 1f91352c82..887a8edf59 100644 --- a/guides/source/getting_started.md +++ b/guides/source/getting_started.md @@ -199,7 +199,7 @@ Rails adds the `therubyracer` gem to the generated `Gemfile` in a commented line for new apps and you can uncomment if you need it. `therubyrhino` is the recommended runtime for JRuby users and is added by default to the `Gemfile` in apps generated under JRuby. You can investigate -about all the supported runtimes at [ExecJS](https://github.com/sstephenson/execjs#readme). +all the supported runtimes at [ExecJS](https://github.com/sstephenson/execjs#readme). This will fire up WEBrick, a web server distributed with Ruby by default. To see your application in action, open a browser window and navigate to |