From c64b1e3e5d4c88cb5161a9330ef6941625520f6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frank=20M=C3=B6hle?= <91616163+softhack007@users.noreply.github.com> Date: Thu, 5 Feb 2026 19:51:59 +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 1858d9db..d78f2f28 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,7 +7,7 @@ Start your pull request (PR) in a branch of your own fork. Don't make a PR direc This lets you update your PR if needed, while you can work on other tasks in 'main' or in other branches. > [!TIP] -> **The easiest way to start you first PR** +> **The easiest way to start your first PR** > > When viewing a file in `wled/WLED`, click on the "pen" icon and start making changes. > When you chose to 'Commit changes', GitHub will automatically create a PR from your fork.