From ddce3dd37d4076bab8f1e73be21851935e379254 Mon Sep 17 00:00:00 2001 From: Zachary Scott Date: Sat, 22 Nov 2014 19:11:51 -0800 Subject: [ci skip] Dispatching is a verb :bow: cc #17719 --- guides/source/rails_on_rack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source') 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`** -- cgit v1.2.3