Merge pull request #388 from dkm/patch-1

Minor typo in CONTRIBUTING.md
This commit is contained in:
Sam 2023-07-12 21:11:31 +02:00 committed by GitHub
commit 3844e4e5a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 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
$ make build-client
```