Fix tiny typo

This commit is contained in:
Marquee 2015-02-26 00:14:13 -05:00
parent 2b5802f258
commit 6a39c78c41

View File

@ -151,7 +151,7 @@ An object containing functions to render tokens to HTML.
#### Overriding renderer methods
The renderer option allows you to render tokens in a custom manor. Here is an
The renderer option allows you to render tokens in a custom manner. Here is an
example of overriding the default heading token rendering by adding an embedded anchor tag like on GitHub:
```javascript