aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/engines.md
diff options
context:
space:
mode:
authorkamal namdeo <kamal.github@gmail.com>2016-02-18 20:48:19 +0530
committerkamal namdeo <kamal.github@gmail.com>2016-02-18 20:48:19 +0530
commit6890043f4c50ee97d608964e35568fe4a346ee40 (patch)
tree82a4b3f272d74e9d8a9b9398240beb973440d5cb /guides/source/engines.md
parentdd898fe6a015ab47405ac3851ba50ffd5bc1c22a (diff)
downloadrails-6890043f4c50ee97d608964e35568fe4a346ee40.tar.gz
rails-6890043f4c50ee97d608964e35568fe4a346ee40.tar.bz2
rails-6890043f4c50ee97d608964e35568fe4a346ee40.zip
[ci skip] fix suggested change-replace 'an' with 'the in Rails engine guide'
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 fd940f4084..c5fc2f73b4 100644
--- a/guides/source/engines.md
+++ b/guides/source/engines.md
@@ -403,7 +403,7 @@ end
```
NOTE: The `ArticlesController` class inherits from
-`Blorgh::ApplicationController`, not an application's `ApplicationController`.
+`Blorgh::ApplicationController`, not the application's `ApplicationController`.
The helper inside `app/helpers/blorgh/articles_helper.rb` is also namespaced: