fixed typo in documentation
This commit is contained in:
parent
17e98e4e7d
commit
cc4a549b70
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@ this.accepts('json', 'html');
|
||||||
// => "json"
|
// => "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:
|
or use a switch:
|
||||||
|
|
||||||
```js
|
```js
|
||||||
|
|
Loading…
Reference in a new issue