fixed typo in documentation

master
Peeyush Kushwaha 2014-09-27 17:38:21 +05:30
parent 17e98e4e7d
commit cc4a549b70
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