From 995a6a03335c3aff37466cec2ca4a0aab478b054 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Sun, 12 Jan 2025 17:52:21 -0800
Subject: [PATCH] Minor readability improvement for README-contributing.md
---
docs/README-contributing.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/README-contributing.md b/docs/README-contributing.md
index e6435f787d0e3..02a37bf756620 100644
--- a/docs/README-contributing.md
+++ b/docs/README-contributing.md
@@ -57,7 +57,7 @@ If you had already forked the repository, you may update it from the web page us
Code formatting is done using a custom `.clang-format` file, you can learn more about how to run it [here](https://clang.llvm.org/docs/ClangFormat.html).
-Some legacy code may not be formatted, as such avoid formatting the whole file at once and only format around your changes.
+Some legacy code may not be formatted, so please avoid formatting the whole file at once and only format around your changes.
For your commit message to be properly displayed on GitHub, it should contain: