Fixed typo in CONTRIBUTING.md file.

Changed naviguate to navigate.
This commit is contained in:
Frank-py
2021-12-25 23:18:49 +01:00
committed by GitHub
parent 73adc71965
commit a4eddb4691

@ -118,7 +118,7 @@ Inside the root of the repo run
`npm install` to install all the dependencies
`npm run start:dev` to launch the game in dev mode.
After that you can open any browser and naviguate to `localhost:8000` and play the game.
After that you can open any browser and navigate to `localhost:8000` and play the game.
Saving a file will reload the game automatically.
#### Submitting a Pull Request