From f77985325309e01285b0053810041b89bcd3d7bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Poulhi=C3=A8s?= Date: Wed, 12 Jul 2023 21:09:19 +0200 Subject: [PATCH] Minor typo in CONTRIBUTING.md Fix minor typo. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 41208287..956c5444 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 ```