aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/engines.md
diff options
context:
space:
mode:
authorSharang Dashputre <sharang.d@gmail.com>2019-05-12 01:58:57 +0530
committerSharang Dashputre <sharang.d@gmail.com>2019-07-26 23:54:39 +0530
commit18504eb78f305a420beaf8addd6239d387c33e9a (patch)
tree71c4750f220e2b515fe34da5020963048dcb5c84 /guides/source/engines.md
parent41bc4c6207147a5eeafa323d763e66c06e61cacf (diff)
downloadrails-18504eb78f305a420beaf8addd6239d387c33e9a.tar.gz
rails-18504eb78f305a420beaf8addd6239d387c33e9a.tar.bz2
rails-18504eb78f305a420beaf8addd6239d387c33e9a.zip
Use a single term instead of all terms used to describe path and URL helpers together
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 8961a079b5..b3ac243af9 100644
--- a/guides/source/engines.md
+++ b/guides/source/engines.md
@@ -264,7 +264,7 @@ contains a file called `application_helper.rb`. This file will provide any
common functionality for the helpers of the engine. The `blorgh` directory
is where the other helpers for the engine will go. By placing them within
this namespaced directory, you prevent them from possibly clashing with
-identically-named helpers within other engines or even within the
+identically-named route helpers within other engines or even within the
application.
Within the `app/jobs` directory there is a `blorgh` directory that