From 2a232bf153a5bc22b73f5142030e1101ee96d5b2 Mon Sep 17 00:00:00 2001 From: Zac Knitter Date: Sun, 7 May 2023 04:20:05 -0400 Subject: [PATCH] Update customizing-your-theme.md (#3215) Fixed typo --- docs/user-guide/customizing-your-theme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/customizing-your-theme.md b/docs/user-guide/customizing-your-theme.md index 688c2b64..efbef1fd 100644 --- a/docs/user-guide/customizing-your-theme.md +++ b/docs/user-guide/customizing-your-theme.md @@ -28,7 +28,7 @@ h1 { ``` > NOTE: -> If you are deploying your documentation with [ReadTheDocs]. You will need +> If you are deploying your documentation with [ReadTheDocs], you will need > to explicitly list the CSS and JavaScript files you want to include in > your config. To do this, add the following to your mkdocs.yml. >