diff options
author | Alex Kitchens <alexcameron98@gmail.com> | 2016-06-02 21:26:53 -0500 |
---|---|---|
committer | Alex Kitchens <alexcameron98@gmail.com> | 2016-06-02 21:26:53 -0500 |
commit | e98caf81fef54746126d31076c6d346c48ae8e1b (patch) | |
tree | 9cf456dbcb3dc5974367f5534e60962afb388b50 /guides/source | |
parent | 99d8d45e42ef61893171eb2dbf8ff1e6aa9f4c77 (diff) | |
download | rails-e98caf81fef54746126d31076c6d346c48ae8e1b.tar.gz rails-e98caf81fef54746126d31076c6d346c48ae8e1b.tar.bz2 rails-e98caf81fef54746126d31076c6d346c48ae8e1b.zip |
[skip ci] Make header bullets consistent in engines.md
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/engines.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/guides/source/engines.md b/guides/source/engines.md index 37580ec4d0..f9a37e45ac 100644 --- a/guides/source/engines.md +++ b/guides/source/engines.md @@ -11,9 +11,9 @@ After reading this guide, you will know: * 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. +* How to build features for the engine. +* How to hook the engine into an application. +* How to override engine functionality in the application. -------------------------------------------------------------------------------- |