aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorVipul A M <vipulnsward@gmail.com>2019-05-11 16:42:14 -0400
committerGitHub <noreply@github.com>2019-05-11 16:42:14 -0400
commit82e3891f14d9ed8a98118310b3d93f95c309c25e (patch)
treee53ddd30d81d206539000f37988d18055fa71cd8 /guides
parent798f4a72eabf8a4f96d94a6aa5470431955608b5 (diff)
parente732ec122d74ac62c188d2595a0106970483cf7f (diff)
downloadrails-82e3891f14d9ed8a98118310b3d93f95c309c25e.tar.gz
rails-82e3891f14d9ed8a98118310b3d93f95c309c25e.tar.bz2
rails-82e3891f14d9ed8a98118310b3d93f95c309c25e.zip
Merge pull request #36160 from sharang-d/update-getting-started
compilation -> compression [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 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