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:
parent
c580812a55
commit
685c24d730
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue