Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 04-environment/01-overview/page.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Environment Overview
status: live
---

The Slim Framework implements a derivation of the [Rack protocol](http://rack.rubyforge.org/doc/files/SPEC.html). When
The Slim Framework implements a derivation of the [Rack protocol](http://rack.rubyforge.org/doc/SPEC.html). When
you instantiate a Slim application, it immediately inspects the `$_SERVER` superglobal and derives a set of environment
variables that dictate application behavior.

Expand Down