aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorMatthew Draper <matthew@trebex.net>2015-06-11 21:53:33 +0930
committerMatthew Draper <matthew@trebex.net>2015-06-11 21:53:33 +0930
commit90d0b852a54bdd2cedb8304981f6c7a3d8c7a8d3 (patch)
tree8117911b42a08226576d42afd127b39c55f9f0fb /guides
parent6113a36ca1139c3b398ee3cd86db60b94a146c22 (diff)
downloadrails-90d0b852a54bdd2cedb8304981f6c7a3d8c7a8d3.tar.gz
rails-90d0b852a54bdd2cedb8304981f6c7a3d8c7a8d3.tar.bz2
rails-90d0b852a54bdd2cedb8304981f6c7a3d8c7a8d3.zip
Revert "Grammar correction"
This reverts commit 67e467b9a5c113177aff925f07136e9b7f2a1eda.
Diffstat (limited to 'guides')
-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 574205a5ce..3b1588b75a 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. These two share a common `lib`
+Engines are also closely related to plugins. The 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