diff options
author | Zachary Scott <e@zzak.io> | 2014-11-22 19:11:51 -0800 |
---|---|---|
committer | Zachary Scott <e@zzak.io> | 2014-11-22 19:11:51 -0800 |
commit | ddce3dd37d4076bab8f1e73be21851935e379254 (patch) | |
tree | af5cc32c5557f7d221e4fed8f1100ddaf8049914 /guides/source | |
parent | 2cda792e3cc0255a9409d19163c3165ec06c6220 (diff) | |
download | rails-ddce3dd37d4076bab8f1e73be21851935e379254.tar.gz rails-ddce3dd37d4076bab8f1e73be21851935e379254.tar.bz2 rails-ddce3dd37d4076bab8f1e73be21851935e379254.zip |
[ci skip] Dispatching is a verb :bow:
cc #17719
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/rails_on_rack.md | 2 |
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`** |