aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/engines.md
diff options
context:
space:
mode:
authorAshley Engelund (weedySeaDragon @ github) <registrations@ashleycaroline.com>2017-11-26 00:31:40 -0800
committerAshley Engelund (weedySeaDragon @ github) <registrations@ashleycaroline.com>2017-11-26 00:47:51 -0800
commit092d1af137d6d52349880417923874e17508e608 (patch)
tree65fe1d7476eeed1dd55da359666dd6192ccf253a /guides/source/engines.md
parent2cec7ccc691f9abaa480e23f57c4003f766c876d (diff)
downloadrails-092d1af137d6d52349880417923874e17508e608.tar.gz
rails-092d1af137d6d52349880417923874e17508e608.tar.bz2
rails-092d1af137d6d52349880417923874e17508e608.zip
fix comma splice [ci skip]
Diffstat (limited to 'guides/source/engines.md')
-rw-r--r--guides/source/engines.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/engines.md b/guides/source/engines.md
index fddfdd37e7..33694cf76a 100644
--- a/guides/source/engines.md
+++ b/guides/source/engines.md
@@ -1514,7 +1514,7 @@ To hook into the initialization process of one of the following classes use the
## Configuration hooks
-These are the available configuration hooks. They do not hook into any particular framework, instead they run in context of the entire application.
+These are the available configuration hooks. They do not hook into any particular framework, but instead they run in context of the entire application.
| Hook | Use Case |
| ---------------------- | ------------------------------------------------------------------------------------- |