diff options
author | Ryan Bigg <radarlistener@gmail.com> | 2011-10-07 07:15:14 +1100 |
---|---|---|
committer | Ryan Bigg <radarlistener@gmail.com> | 2011-10-10 21:04:25 +1100 |
commit | 685c24d730edb3e3c5f3b750e510863c1d9aff95 (patch) | |
tree | f532cfe93c2161e11d7a26ead29711ad64e7ca99 | |
parent | c580812a5560f002eeefa6ddba8c4e8acc0adf54 (diff) | |
download | rails-685c24d730edb3e3c5f3b750e510863c1d9aff95.tar.gz rails-685c24d730edb3e3c5f3b750e510863c1d9aff95.tar.bz2 rails-685c24d730edb3e3c5f3b750e510863c1d9aff95.zip |
[engines guide] reword first two dot points in prologue
-rw-r--r-- | railties/guides/source/engines.textile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/guides/source/engines.textile b/railties/guides/source/engines.textile index 6b0c8b3b2f..17c48319ac 100644 --- a/railties/guides/source/engines.textile +++ b/railties/guides/source/engines.textile @@ -2,8 +2,8 @@ h2. Getting Started with Engines In this guide you will learn about engines and how they can be used to provide additional functionality to their host applications through a clean and very easy-to-use interface. You will learn the following things in this guide: -* What are engines -* Generating an engine +* What makes an engine +* How to generate an engine * Building features for the engine * Hooking the engine into an application * Overriding engine functionality in the application |