aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/engines.md
diff options
context:
space:
mode:
authorAlex Kitchens <alexcameron98@gmail.com>2016-06-02 21:26:53 -0500
committerAlex Kitchens <alexcameron98@gmail.com>2016-06-02 21:26:53 -0500
commite98caf81fef54746126d31076c6d346c48ae8e1b (patch)
tree9cf456dbcb3dc5974367f5534e60962afb388b50 /guides/source/engines.md
parent99d8d45e42ef61893171eb2dbf8ff1e6aa9f4c77 (diff)
downloadrails-e98caf81fef54746126d31076c6d346c48ae8e1b.tar.gz
rails-e98caf81fef54746126d31076c6d346c48ae8e1b.tar.bz2
rails-e98caf81fef54746126d31076c6d346c48ae8e1b.zip
[skip ci] Make header bullets consistent in engines.md
Diffstat (limited to 'guides/source/engines.md')
-rw-r--r--guides/source/engines.md6
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.
--------------------------------------------------------------------------------