From 4fa37ec85898ece9e70637b3d804d582b78351e4 Mon Sep 17 00:00:00 2001 From: Christopher Broderick Date: Thu, 21 Aug 2025 09:24:58 +0200 Subject: [PATCH] Update Makefile Co-authored-by: David Vadnais <56882532+DavidVadnais@users.noreply.github.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6c5fef58..358821fa 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ develop: $(UV) tool install pre-commit --with pre-commit-uv --force-reinstall pre-commit install -#: sync - Synchronise the envoronment with the project configuration +#: sync - Synchronize the environment with the project configuration .PHONY: sync sync: $(UV) sync --all-extras --dev --group test