aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Nogueira Neves <github@arthurnn.com>2016-06-02 22:55:52 -0400
committerGitHub <noreply@github.com>2016-06-02 22:55:52 -0400
commit4bd11d46de892676830bca51d3040f29200abbfa (patch)
tree9cf456dbcb3dc5974367f5534e60962afb388b50
parent99d8d45e42ef61893171eb2dbf8ff1e6aa9f4c77 (diff)
parente98caf81fef54746126d31076c6d346c48ae8e1b (diff)
downloadrails-4bd11d46de892676830bca51d3040f29200abbfa.tar.gz
rails-4bd11d46de892676830bca51d3040f29200abbfa.tar.bz2
rails-4bd11d46de892676830bca51d3040f29200abbfa.zip
Merge pull request #25258 from alexcameron89/master
[skip ci] Make header bullets consistent in 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.
--------------------------------------------------------------------------------