Update UsingAnEntity.md

This commit is contained in:
Mike Thompson 2018-02-13 14:38:36 +11:00 committed by GitHub
parent 8b08c0e1a9
commit 48706d4b4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ Instead you should do this:
[:div "hello" (gstring/unescapeEntities " ") "there"]
```
**Note;** `unescapeEntities` relies on the DOM to produce a string with unescape entities;
**Note:** `unescapeEntities` relies on the DOM to produce a string with unescape entities;
in `nodejs` the DOM is unlikely to be available (unless you try using
[`jsdom`](https://www.npmjs.com/package/jsdom-global)).