From cba41ffa51f60a6f7565dab5082a6a4951f7d455 Mon Sep 17 00:00:00 2001 From: Ephraim-G <103453764+Ephraim-G@users.noreply.github.com> Date: Tue, 19 Sep 2023 14:03:25 -0400 Subject: [PATCH] Update _kbarticlespages/single-page-application.md Co-authored-by: Sven Aas <12150+svenaas@users.noreply.github.com> --- _kbarticlespages/single-page-application.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_kbarticlespages/single-page-application.md b/_kbarticlespages/single-page-application.md index cc16db67b..b1d8690f8 100644 --- a/_kbarticlespages/single-page-application.md +++ b/_kbarticlespages/single-page-application.md @@ -11,7 +11,7 @@ This will serve as an informative article regarding hosting a single-page applic ## .vscode/build/node_modules/public/src -These folders are all created initially in the repository when you `create-react-app`. For the purpose of this example the src and public folders were cleared out and files were implemented from scratch. Additionally when you run `npm build` all the optimized javascript will be placed into the “`build`” folder. +These folders are all created initially in the repository when you `create-react-app`. For the purpose of this example the src and public folders were cleared out and files were implemented from scratch. Additionally when you run `npm build` all the optimized Javascript will be placed into the “`build`” folder. ## Src ### Contact.js/Home.js/Stuff.js