aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorZachary Scott <e@zzak.io>2014-08-19 00:40:28 -0700
committerZachary Scott <e@zzak.io>2014-08-19 00:40:28 -0700
commite90684085d541352a82919d8deec11395a759f83 (patch)
tree8fa40cb49f14090fad346f98e31955149c165ac8 /guides/source
parentf2dda9fe255e2a64ba96ee7eda951d7a9143823e (diff)
parent475656971862f84b19ee7a5ea20ac184236ec6f3 (diff)
downloadrails-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
Diffstat (limited to 'guides/source')
-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 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