From 2391f4125f56263ef5f4a66cacbe1c3d1864a228 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Sat, 31 Aug 2019 16:28:05 +0100 Subject: [PATCH] Docs: Fix link in no-irregular-whitespace.md --- 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)