1
0
mirror of https://github.com/twitter/twemoji.git synced 2024-10-01 12:24:23 +00:00

Fix grammar in README.md

"gap due DOM operations" -> "gap due to DOM operations"
This commit is contained in:
Anirvan Chatterjee 2016-02-08 19:40:43 -08:00
parent 685ed18255
commit f5a4fb0820

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 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 *costy* compared to basic strings.
```js
var div = document.createElement('div');