1
0
mirror of https://github.com/twitter/twemoji.git synced 2024-07-03 03:18:58 +00:00

Fix a typo

`costy` → `costly`
This commit is contained in:
Prayag Verma 2016-02-12 13:39:08 +05:30
parent 38c90e7a5d
commit c539f67b2b

View File

@ -125,7 +125,7 @@ I <img
Differently from `string` parsing, if the first argument is a `HTMLElement` generated image tags will replace emoji that are **inside `#text` node only** without compromising surrounding nodes or listeners, and avoiding completely the usage of `innerHTML`.
If security is a major concern, this parsing can be considered the safest option but with a slightly penalized performance gap due to DOM operations that are inevitably *costy* compared to basic strings.
If security is a major concern, this parsing can be considered the safest option but with a slightly penalized performance gap due to DOM operations that are inevitably *costly* compared to basic strings.
```js
var div = document.createElement('div');