From 0cc8da886b473b97f2fba65c815c7944d326a9fa Mon Sep 17 00:00:00 2001 From: JJ <103335846+computerscienceiscool@users.noreply.github.com> Date: Thu, 19 Oct 2023 01:53:48 -0700 Subject: [PATCH] Update README.md Spelling fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41a7f075..892aedf0 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ body { ``` ## Adding custom CSS -When importing CSS from a third-party package for the first time, you may encounter the error `Module parse failed: Unexpected token... You may need an appropriate loader to handle this file typ...`. You need to register the path to the stylesheet directory in [stylePaths.js](./stylePaths.js). We specify these explicity for performance reasons to avoid webpack needing to crawl through the entire node_modules directory when parsing CSS modules. +When importing CSS from a third-party package for the first time, you may encounter the error `Module parse failed: Unexpected token... You may need an appropriate loader to handle this file typ...`. You need to register the path to the stylesheet directory in [stylePaths.js](./stylePaths.js). We specify these explicitly for performance reasons to avoid webpack needing to crawl through the entire node_modules directory when parsing CSS modules. ## Code quality tools * For accessibility compliance, we use [react-axe](https://github.com/dequelabs/react-axe)