aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2019-05-02 06:44:01 +0900
committerGitHub <noreply@github.com>2019-05-02 06:44:01 +0900
commitf60a0b43f9cc03e1588767116a35679d8f8d9a94 (patch)
tree6feb19409b0e15d3f4b7e415b6f2785687534c08 /guides
parentf4fd7d1d20dfbc4389435a8f0f153f7960bb1544 (diff)
parentec3314f6af69d3d34f549a71ee49428d6e44b9b9 (diff)
downloadrails-f60a0b43f9cc03e1588767116a35679d8f8d9a94.tar.gz
rails-f60a0b43f9cc03e1588767116a35679d8f8d9a94.tar.bz2
rails-f60a0b43f9cc03e1588767116a35679d8f8d9a94.zip
Merge pull request #36159 from sharang-d/update-getting-started
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.