From b7dd15fa9c1d2af98b530e7da4c5fa8630a0b7e1 Mon Sep 17 00:00:00 2001 From: Zanin Andrea <99.zanin@gmail.com> Date: Mon, 17 Jul 2017 23:27:34 +0200 Subject: [PATCH] typo correction --- lib/renderer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/renderer.js b/lib/renderer.js index 550efbd..1f6ac35 100644 --- a/lib/renderer.js +++ b/lib/renderer.js @@ -56,7 +56,7 @@ default_rules.fence = function (tokens, idx, options, env, slf) { return highlighted + '\n'; } - // If language exists, inject class gently, without mudofying original token. + // If language exists, inject class gently, without modifying original token. // May be, one day we will add .clone() for token and simplify this part, but // now we prefer to keep things local. if (info) {