aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSharang Dashputre <sharang.d@gmail.com>2019-05-02 03:42:46 +0530
committerSharang Dashputre <sharang.d@gmail.com>2019-05-02 03:42:46 +0530
commite732ec122d74ac62c188d2595a0106970483cf7f (patch)
treeae7b27b6b36562c2a07052a890b0c061c8e517cc
parentf60a0b43f9cc03e1588767116a35679d8f8d9a94 (diff)
downloadrails-e732ec122d74ac62c188d2595a0106970483cf7f.tar.gz
rails-e732ec122d74ac62c188d2595a0106970483cf7f.tar.bz2
rails-e732ec122d74ac62c188d2595a0106970483cf7f.zip
compilation -> compression [ci skip]
-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 7000fa408c..e8b224a1a3 100644
--- a/guides/source/getting_started.md
+++ b/guides/source/getting_started.md
@@ -207,7 +207,7 @@ folder directly to the Ruby interpreter e.g. `ruby bin\rails server`.
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.
+of a runtime you will see an `execjs` error during asset compression.
Usually macOS and Windows come with a JavaScript runtime installed.
`therubyrhino` is the recommended runtime for JRuby users and is added by
default to the `Gemfile` in apps generated under JRuby. You can investigate