aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/engines.md
diff options
context:
space:
mode:
authorYauheni Dakuka <yauheni.dakuka@gmail.com>2017-09-25 15:05:17 +0300
committerYauheni Dakuka <yauheni.dakuka@gmail.com>2017-09-25 15:08:08 +0300
commit5657280a628ca52a27df5c35d35049ab27b61ae7 (patch)
tree8c995575439c12327f9a552fc2ebf585e27adda0 /guides/source/engines.md
parent6c199967fc5c32155684b95628751eb1b5098e13 (diff)
downloadrails-5657280a628ca52a27df5c35d35049ab27b61ae7.tar.gz
rails-5657280a628ca52a27df5c35d35049ab27b61ae7.tar.bz2
rails-5657280a628ca52a27df5c35d35049ab27b61ae7.zip
new missing backquotes [ci skip]
Diffstat (limited to 'guides/source/engines.md')
-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 c7331b6ca4..343c224a7c 100644
--- a/guides/source/engines.md
+++ b/guides/source/engines.md
@@ -1322,7 +1322,7 @@ engine.
Assets within an engine work in an identical way to a full application. Because
the engine class inherits from `Rails::Engine`, the application will know to
-look up assets in the engine's 'app/assets' and 'lib/assets' directories.
+look up assets in the engine's `app/assets` and `lib/assets` directories.
Like all of the other components of an engine, the assets should be namespaced.
This means that if you have an asset called `style.css`, it should be placed at