From c05e2133d00ceae5e863c92a9fad8c2c26cdafde Mon Sep 17 00:00:00 2001 From: Justin Payne Date: Wed, 30 Mar 2022 13:43:32 -0500 Subject: [PATCH] Update CONTRIBUTING.md fixed spelling error in contributing guidelines document --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 90d96406..f808720c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,7 +21,7 @@ Description of the project files and directories. │ ├── nodemon.config.json # Nodemon configuration │ ├── webpack.common.js # Webpack shared configuration │ ├── webpack.dev.js # Webpack development configuration (dev server) -│ └── webpack.prod.js # Webpack productuon configuration (dist output) +│ └── webpack.prod.js # Webpack production configuration (dist output) ├── assets/ # Supplemental assets ├── public/ # Files that will write to dist on build ├── src/ # All TakeNote app source files