Skip to content

Commit

Permalink
Fix spelling mistakes, as pointed out by cbmeeks
Browse files Browse the repository at this point in the history
[#343 state:resolved]
  • Loading branch information
cypher committed Apr 26, 2010
1 parent 23a8052 commit 7d31240
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions-wild.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ and requiring a file. Consult these steps if you run into problems:

2. Require the extension in your application: `require 'sinatra/prawn'`

3. If you're application is "classic" (i.e., you `require 'sinatra'` and
3. If your application is "classic" (i.e., you `require 'sinatra'` and
define the application in the main/top-level context), you're done.
The extension methods should be available to your application.

4. If you're application subclasses `Sinatra::Base`, you have to register the
4. If your application subclasses `Sinatra::Base`, you have to register the
extension in your subclass: `register Sinatra::Prawn`

## Helper Extensions
Expand Down

0 comments on commit 7d31240

Please sign in to comment.