Browse Source

Merge pull request #148 from reggi/patch-1

typo for for*
pull/149/head
Vitaly Puzrin 9 years ago
parent
commit
1289c69ce4
  1. 2
      lib/index.js

2
lib/index.js

@ -483,7 +483,7 @@ MarkdownIt.prototype.use = function (plugin /*, params, ... */) {
* AST).
*
* `env` is used to pass data between "distributed" rules and return additional
* metadata like reference info, needed for for renderer. It also can be used to
* metadata like reference info, needed for the renderer. It also can be used to
* inject data in specific cases. Usually, you will be ok to pass `{}`,
* and then pass updated object to renderer.
**/

Loading…
Cancel
Save