aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKasper Timm Hansen <kaspth@gmail.com>2015-06-11 14:22:11 +0200
committerKasper Timm Hansen <kaspth@gmail.com>2015-06-11 14:22:11 +0200
commit6113a36ca1139c3b398ee3cd86db60b94a146c22 (patch)
tree39c2ffba8c7a4171a3916037a946ee56a5c90f9f
parent96bb004fc6e67cdf1b873f11ad5f8efd06949797 (diff)
parent67e467b9a5c113177aff925f07136e9b7f2a1eda (diff)
downloadrails-6113a36ca1139c3b398ee3cd86db60b94a146c22.tar.gz
rails-6113a36ca1139c3b398ee3cd86db60b94a146c22.tar.bz2
rails-6113a36ca1139c3b398ee3cd86db60b94a146c22.zip
Merge pull request #20517 from hemalijain/patch-1
Grammar correction
-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 3b1588b75a..574205a5ce 100644
--- a/guides/source/engines.md
+++ b/guides/source/engines.md
@@ -29,7 +29,7 @@ Therefore, engines and applications can be thought of almost the same thing,
just with subtle differences, as you'll see throughout this guide. Engines and
applications also share a common structure.
-Engines are also closely related to plugins. The two share a common `lib`
+Engines are also closely related to plugins. These two share a common `lib`
directory structure, and are both generated using the `rails plugin new`
generator. The difference is that an engine is considered a "full plugin" by
Rails (as indicated by the `--full` option that's passed to the generator