From 0cf62f75b2fd0574118d008e0feaa9881444905c Mon Sep 17 00:00:00 2001 From: NilLlisterri Date: Mon, 11 Feb 2019 20:39:21 +0100 Subject: [PATCH] Minor documentation spelling mistake (#331) --- 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 +}());