From f631712f375b0287a20986c12f44b3b80dd3eb83 Mon Sep 17 00:00:00 2001 From: Maximilian Hubert <64627729+gap-editor@users.noreply.github.com> Date: Sat, 1 Feb 2025 15:06:56 +0100 Subject: [PATCH] typo contributing.md lint is passing" could be more precisely stated as "the linter is passing" for clarity --- contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing.md b/contributing.md index 9265b0d..55c17dd 100644 --- a/contributing.md +++ b/contributing.md @@ -4,7 +4,7 @@ ### Checks -* [ ] I've made sure the lint is passing in this PR. +* [ ] I've made sure the the linter is passing in this PR. * [ ] I've made sure the tests are passing. Note that there might be a few flaky tests, in that case, please comment that they are not relevant. * [ ] Testing Strategy * [ ] Unit tests