From 3d1fec126b8b75b00958fdc8257d3bcb75631415 Mon Sep 17 00:00:00 2001 From: Christopher Fenner <9592452+CFenner@users.noreply.github.com> Date: Fri, 7 Jul 2023 10:07:27 +0200 Subject: [PATCH] Fix word duplication in testing instructions (#1829) --- docs/development_testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development_testing.md b/docs/development_testing.md index d6a37922..a270fa62 100644 --- a/docs/development_testing.md +++ b/docs/development_testing.md @@ -28,7 +28,7 @@ It might be required that you install additional packages depending on your dist :::info Important Run `pytest` & `pre-commit` before you create your pull request to avoid annoying fixes. -`pre-commit` will will be invoked automatically by git when commiting changes. +`pre-commit` will be invoked automatically by git when commiting changes. ::: :::note