aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorAbhay Nikam <nikam.abhay1@gmail.com>2019-07-09 09:58:05 +0530
committerAbhay Nikam <nikam.abhay1@gmail.com>2019-07-09 10:00:34 +0530
commitbdc267ab8d4c43d41179c3c8d74b56e1f2b58340 (patch)
tree3ab0733195d44a3af679d843518768b724f6f2e2 /guides
parentbc8911690aff76edc40264ec3a3327af58244b72 (diff)
downloadrails-bdc267ab8d4c43d41179c3c8d74b56e1f2b58340.tar.gz
rails-bdc267ab8d4c43d41179c3c8d74b56e1f2b58340.tar.bz2
rails-bdc267ab8d4c43d41179c3c8d74b56e1f2b58340.zip
Fixed the engine documentation to not mention of assets/javascripts in app directory structure [ci skip]
Diffstat (limited to 'guides')
-rw-r--r--guides/source/engines.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/engines.md b/guides/source/engines.md
index 90b08b00f0..8961a079b5 100644
--- a/guides/source/engines.md
+++ b/guides/source/engines.md
@@ -220,7 +220,7 @@ Inside the `app` directory are the standard `assets`, `controllers`, `helpers`,
`jobs`, `mailers`, `models`, and `views` directories that you should be familiar with
from an application. We'll look more into models in a future section, when we're writing the engine.
-Within the `app/assets` directory, there are the `images`, `javascripts` and
+Within the `app/assets` directory, there are the `images` and
`stylesheets` directories which, again, you should be familiar with due to their
similarity to an application. One difference here, however, is that each
directory contains a sub-directory with the engine name. Because this engine is