1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Grammar correction

This commit is contained in:
hemali jain 2015-06-11 15:13:30 +05:30
parent 96bb004fc6
commit 67e467b9a5

View file

@ -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 just with subtle differences, as you'll see throughout this guide. Engines and
applications also share a common structure. 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` directory structure, and are both generated using the `rails plugin new`
generator. The difference is that an engine is considered a "full plugin" by 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 Rails (as indicated by the `--full` option that's passed to the generator