Minor typo in CONTRIBUTING.md

Fix minor typo.
This commit is contained in:
Marc Poulhiès
2023-07-12 21:09:19 +02:00
committed by GitHub
parent 397dda81b2
commit f779853253

View File

@@ -97,7 +97,7 @@ Please make your changes from the development branch (`dev`).
* If needed, update documentation (no need to build documentation, it will be done when releasing). * If needed, update documentation (no need to build documentation, it will be done when releasing).
* If updated code contains client-side changes, you can generate javascript assets to check **FitTrackee** whithout starting client dev server: * If updated code contains client-side changes, you can generate javascript assets to check **FitTrackee** without starting client dev server:
```shell ```shell
$ make build-client $ make build-client
``` ```