From 4adcdf8db32a4be6569c65ede782526c102a0e52 Mon Sep 17 00:00:00 2001 From: Ibrahim Mkusa Date: Thu, 31 Oct 2024 14:01:41 -0400 Subject: [PATCH] typo fixes (#11201) Signed-off-by: Ibrahim Mkusa --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 68642e04ad..c797447bf9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,9 +14,9 @@ If you're interested in contributing documentation, please note the following: If you're interested in contributing new tests, please see the [TESTING.md](./tests/TESTING.md). -## Code Convetion +## Code Convention -See the [code convetions documentation](./docs/contrib/code_conventions.md) for more information on how to write code for K3s. +See the [code conventions documentation](./docs/contrib/code_conventions.md) for more information on how to write code for K3s. ### Opening PRs and organizing commits PRs should generally address only 1 issue at a time. If you need to fix two bugs, open two separate PRs. This will keep the scope of your pull requests smaller and allow them to be reviewed and merged more quickly.