From 8577328ba231adb7d562d2044e3d8eef17243502 Mon Sep 17 00:00:00 2001 From: Mike Allanson Date: Thu, 21 May 2020 13:37:24 +0100 Subject: [PATCH] Fix lint error --- docs/user-guide/usage/browser.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/usage/browser.md b/docs/user-guide/usage/browser.md index 99a4a18fba..7317316103 100644 --- a/docs/user-guide/usage/browser.md +++ b/docs/user-guide/usage/browser.md @@ -45,7 +45,7 @@ TODO: expand this section Stylelint's default CSS syntax is available by default. -Syntax bundles can be large. Therefore custom syntaxes (SCSS, Less, CSS-in-JSS, etc) must be loaded manually. Bundles are provided for all officially supported syntaxes. [View the examples for more details](TODO). +Syntax bundles can be large. Therefore custom syntaxes (SCSS, Less, CSS-in-JSS, etc) must be loaded manually. Bundles are provided for all officially supported syntaxes. [View the examples for more details]() (TODO fix link). TODO: expand this section