1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #13185 from Jashank/patch-1

docs: Replace an unpleasant grammatical construct.
This commit is contained in:
Jeremy Kemper 2013-12-04 19:23:39 -08:00
commit 752f9fed00

View file

@ -144,7 +144,7 @@ use Rack::ETag
run MyApp::Application.routes
```
Purpose of each of this middlewares is explained in the [Internal Middlewares](#internal-middleware-stack) section.
The default middlewares shown here (and some others) are each summarized in the [Internal Middlewares](#internal-middleware-stack) section, below.
### Configuring Middleware Stack