From 48706d4b4b11ea3105160522936c1badb84fc312 Mon Sep 17 00:00:00 2001 From: Mike Thompson Date: Tue, 13 Feb 2018 14:38:36 +1100 Subject: [PATCH] Update UsingAnEntity.md --- docs/FAQ/UsingAnEntity.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/FAQ/UsingAnEntity.md b/docs/FAQ/UsingAnEntity.md index 76647ac..6506585 100644 --- a/docs/FAQ/UsingAnEntity.md +++ b/docs/FAQ/UsingAnEntity.md @@ -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)).