From a0a9746724ccd22c721ddc1b25c566aa9acea154 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Sun, 1 Sep 2019 00:48:27 +0100 Subject: [PATCH] Docs: Fix link in no-irregular-whitespace.md (#12196) --- docs/rules/no-irregular-whitespace.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rules/no-irregular-whitespace.md b/docs/rules/no-irregular-whitespace.md index a1c854d1e60..a24de703ab2 100644 --- a/docs/rules/no-irregular-whitespace.md +++ b/docs/rules/no-irregular-whitespace.md @@ -168,5 +168,5 @@ If you decide that you wish to use whitespace other than tabs and spaces outside ## Further Reading -* [ECMA whitespace](https://es5.github.io/#x7.2 \xA0) +* [ECMA whitespace](https://es5.github.io/#x7.2) * [JSON whitespace issues](http://timelessrepo.com/json-isnt-a-javascript-subset)