Merge pull request #351 from peey/patch-1

fixed typo in documentation
This commit is contained in:
Julian Gruber 2014-09-27 14:20:03 +02:00
commit a2f55e4cbe
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ this.accepts('json', 'html');
// => "json"
```
You may call `this.accepts()` as may times as you like,
You may call `this.accepts()` as many times as you like,
or use a switch:
```js