aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorZachary Scott <e@zzak.io>2014-11-22 19:11:51 -0800
committerZachary Scott <e@zzak.io>2014-11-22 19:11:51 -0800
commitddce3dd37d4076bab8f1e73be21851935e379254 (patch)
treeaf5cc32c5557f7d221e4fed8f1100ddaf8049914 /guides
parent2cda792e3cc0255a9409d19163c3165ec06c6220 (diff)
downloadrails-ddce3dd37d4076bab8f1e73be21851935e379254.tar.gz
rails-ddce3dd37d4076bab8f1e73be21851935e379254.tar.bz2
rails-ddce3dd37d4076bab8f1e73be21851935e379254.zip
[ci skip] Dispatching is a verb :bow:
cc #17719
Diffstat (limited to 'guides')
-rw-r--r--guides/source/rails_on_rack.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/rails_on_rack.md b/guides/source/rails_on_rack.md
index 968906cb5f..5c2386f469 100644
--- a/guides/source/rails_on_rack.md
+++ b/guides/source/rails_on_rack.md
@@ -277,7 +277,7 @@ Much of Action Controller's functionality is implemented as Middlewares. The fol
**`ActionDispatch::Callbacks`**
-* Provide callbacks to be executed before and after the request dispatch.
+* Provides callbacks to be executed before and after dispatching the request.
**`ActiveRecord::Migration::CheckPending`**