From 918fb7e2528aa5896181d70d96e8f8d52b22258a Mon Sep 17 00:00:00 2001 From: Riya Amemiya Date: Tue, 10 Jun 2025 17:29:33 +0900 Subject: [PATCH] =?UTF-8?q?Fix=20grammar:=20"speed=20of=20which"=20?= =?UTF-8?q?=E2=86=92=20"speed=20at=20which"=20in=20CONTRIBUTING.md=20(#67)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary Corrects a grammatical error in CONTRIBUTING.md line 36. ## Change **Line 36**: `speed of which` → `speed at which` The preposition "of" is incorrect when connecting the noun "speed" with the relative pronoun "which". Standard English requires "at" (e.g., "the speed at which", "the rate at which"). **Before:** ``` This will greatly help the priority setting and speed of which maintainers can get to your issue. ``` **After:** ``` This will greatly help the priority setting and speed at which maintainers can get to your issue. ``` --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 12d8d124..d86e611f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,7 +20,7 @@ Anything else that could enhance the project! To file a bug or feature request, use [GitHub issues](https://github.com/apple/containerization/issues/new). -🚧 For unexpected behavior or usability limitations, detailed instructions on how to reproduce the issue are appreciated. This will greatly help the priority setting and speed of which maintainers can get to your issue. +🚧 For unexpected behavior or usability limitations, detailed instructions on how to reproduce the issue are appreciated. This will greatly help the priority setting and speed at which maintainers can get to your issue. ### Pull Requests