mirror of
https://github.com/twitter/twemoji.git
synced 2025-03-28 19:20:28 +00:00
Minor documentation spelling mistake (#331)
This commit is contained in:
parent
c7998ea091
commit
0cf62f75b2
@ -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 || '-');
|
||||
}
|
||||
|
||||
}());
|
||||
}());
|
||||
|
Loading…
x
Reference in New Issue
Block a user