From 63020d1cf24e3fe6774939862bb0d5decadad018 Mon Sep 17 00:00:00 2001 From: LukeTheEngineer Date: Mon, 22 Apr 2024 18:34:20 -0500 Subject: [PATCH] doc: fix spelling in CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c1b283f392a7..e108ddedb662 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -62,8 +62,8 @@ the following steps: 1. Fork the RIOT git repository (if you haven't done this already). 1. Create a branch for your contribution. - 1. Make sure your code is in compliance with RIOTs [coding conventions]. - 1. Make commits. Make sure to follow RIOTs [commit conventions]. + 1. Make sure your code is in compliance with RIOT's [coding conventions]. + 1. Make commits. Make sure to follow RIOT's [commit conventions]. 1. Push this branch to your fork on GitHub. 1. Open a [pull request][open-a-pull-request]. See [pull requests]. 1. RIOT maintainers will set [labels] and provide feedback.