From 905c0526a1c4103b9dc002679e24f95c76e8ebe5 Mon Sep 17 00:00:00 2001 From: Scriptim Date: Sun, 29 Sep 2024 23:52:56 +0200 Subject: [PATCH] Fix typo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a468b41..fcebad5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -26,7 +26,7 @@ Before finalizing your pull request, make sure to follow the instructions in the To set up your development environment, you need to have [Node.js](https://nodejs.org/ "Node.js") installed. After cloning your fork, navigate to the project directory and run `npm install` to install the required dependencies. -You can the run `npm run serve` to start the development server which make the Bash Prompt Generator available locally. +You can the run `npm run serve` to start the development server which makes the Bash Prompt Generator available locally. Any changes you make to the source code should immediately be reflected in the browser. Before committing your changes, run `npm run lint` to verify the code style.