diff options
author | kamal namdeo <kamal.github@gmail.com> | 2016-02-18 20:48:19 +0530 |
---|---|---|
committer | kamal namdeo <kamal.github@gmail.com> | 2016-02-18 20:48:19 +0530 |
commit | 6890043f4c50ee97d608964e35568fe4a346ee40 (patch) | |
tree | 82a4b3f272d74e9d8a9b9398240beb973440d5cb /guides | |
parent | dd898fe6a015ab47405ac3851ba50ffd5bc1c22a (diff) | |
download | rails-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')
-rw-r--r-- | guides/source/engines.md | 2 |
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: |