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

[engines guide] reword first two dot points in prologue

This commit is contained in:
Ryan Bigg 2011-10-07 07:15:14 +11:00
parent c580812a55
commit 685c24d730

View file

@ -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