diff options
author | Zachary Scott <e@zzak.io> | 2014-08-19 00:40:28 -0700 |
---|---|---|
committer | Zachary Scott <e@zzak.io> | 2014-08-19 00:40:28 -0700 |
commit | e90684085d541352a82919d8deec11395a759f83 (patch) | |
tree | 8fa40cb49f14090fad346f98e31955149c165ac8 | |
parent | f2dda9fe255e2a64ba96ee7eda951d7a9143823e (diff) | |
parent | 475656971862f84b19ee7a5ea20ac184236ec6f3 (diff) | |
download | rails-e90684085d541352a82919d8deec11395a759f83.tar.gz rails-e90684085d541352a82919d8deec11395a759f83.tar.bz2 rails-e90684085d541352a82919d8deec11395a759f83.zip |
Merge pull request #16553 from tomkadwill/removed_word
[ci skip] Removed unnecessary word from Getting Started
-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 |