We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f7e1a2 commit 905c052Copy full SHA for 905c052
CONTRIBUTING.md
@@ -26,7 +26,7 @@ Before finalizing your pull request, make sure to follow the instructions in the
26
27
To set up your development environment, you need to have [Node.js](https://nodejs.org/ "Node.js") installed.
28
After cloning your fork, navigate to the project directory and run `npm install` to install the required dependencies.
29
-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.
30
Any changes you make to the source code should immediately be reflected in the browser.
31
Before committing your changes, run `npm run lint` to verify the code style.
32
0 commit comments