Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Rails on Rack: Replace an unpleasant grammatical construct.
[ci skip]
  • Loading branch information
jashank committed Dec 5, 2013
1 parent b602c17 commit f83dae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/rails_on_rack.md
Expand Up @@ -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

Expand Down

0 comments on commit f83dae8

Please sign in to comment.