From 45acb44a3657f460150fc3fb977c8daab2a76205 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frank=20M=C3=B6hle?= <91616163+softhack007@users.noreply.github.com> Date: Sat, 17 Jan 2026 00:53:31 +0100 Subject: [PATCH] Fix typo in CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c034e755..3812c471 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,7 +21,7 @@ While the PR is open - and under review by maintainers - you may be asked to mod You can simply update your own branch, and push changes in response to reviewer recommendations. Github will pick up the changes so your PR stays up-to-date. -You don't need to provide us with a single commit 'squashed' PR; you can simply add commits while your pull request (PR) is open. +You don't need to provide us with a single-commit 'squashed' PR; you can simply add commits while your pull request (PR) is open. > [!CAUTION] > Do not use "force-push" while your PR is open!