From 375adf3085d07689f99b9e641f171275dd7f11c4 Mon Sep 17 00:00:00 2001 From: NilLlisterri Date: Mon, 11 Feb 2019 14:00:57 +0100 Subject: [PATCH] Minor documentation spelling mistake --- twemoji.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/twemoji.js b/twemoji.js index 83dce19e..3cee6f2f 100644 --- a/twemoji.js +++ b/twemoji.js @@ -332,7 +332,7 @@ var twemoji = (function ( /** * DOM version of the same logic / parser: - * emojify all found sub-text nodes placing images node instead. + * emojify all found sub-text nodes placing image nodes instead. * @param Element generic DOM node with some text in some child node * @param Object options containing info about how to parse * @@ -587,4 +587,4 @@ var twemoji = (function ( return r.join(sep || '-'); } -}()); \ No newline at end of file +}());