aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorSharang Dashputre <sharang.d@gmail.com>2019-05-02 02:52:10 +0530
committerSharang Dashputre <sharang.d@gmail.com>2019-05-02 02:53:09 +0530
commitec3314f6af69d3d34f549a71ee49428d6e44b9b9 (patch)
tree6feb19409b0e15d3f4b7e415b6f2785687534c08 /guides
parentf4fd7d1d20dfbc4389435a8f0f153f7960bb1544 (diff)
downloadrails-ec3314f6af69d3d34f549a71ee49428d6e44b9b9.tar.gz
rails-ec3314f6af69d3d34f549a71ee49428d6e44b9b9.tar.bz2
rails-ec3314f6af69d3d34f549a71ee49428d6e44b9b9.zip
Update asset compression text [ci skip]
Diffstat (limited to 'guides')
-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 1f6744caba..7000fa408c 100644
--- a/guides/source/getting_started.md
+++ b/guides/source/getting_started.md
@@ -205,7 +205,7 @@ $ rails server
TIP: If you are using Windows, you have to pass the scripts under the `bin`
folder directly to the Ruby interpreter e.g. `ruby bin\rails server`.
-TIP: Compiling JavaScript asset compression requires you
+TIP: JavaScript asset compression requires you
have a JavaScript runtime available on your system, in the absence
of a runtime you will see an `execjs` error during asset compilation.
Usually macOS and Windows come with a JavaScript runtime installed.