From 7a888ec9a259dec2eb8f13e6b644480d6701739a Mon Sep 17 00:00:00 2001 From: Thomas Reggi Date: Sat, 22 Aug 2015 14:26:39 -0400 Subject: [PATCH] typo for for* --- lib/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/index.js b/lib/index.js index 558c97d..6b301e8 100644 --- a/lib/index.js +++ b/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. **/