Skip to content

Commit

Permalink
docs: fix readme typo
Browse files Browse the repository at this point in the history
closes #9
  • Loading branch information
Radagaisus authored and dougwilson committed Feb 16, 2015
1 parent f47ce61 commit dd2a6a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -35,7 +35,7 @@ value will be stored in `req.originalMethod`.
#### getter

This is the method of getting the override value from the request. If a function is provided,
the `req` is passed as the first argument, the `res as the second argument and the method is
the `req` is passed as the first argument, the `res` as the second argument and the method is
expected to be returned. If a string is provided, the string is used to look up the method
with the following rules:

Expand Down

0 comments on commit dd2a6a9

Please sign in to comment.