From 05c3e2c87c9d2ac0a234e4158c29ed339cfa34d5 Mon Sep 17 00:00:00 2001 From: Meza Date: Fri, 3 Oct 2025 07:30:57 -0400 Subject: [PATCH] Fix typo in CONTRIBUTING.md (#12592) Signed-off-by: Meza --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 08f2f9475..201a8f4b5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -40,7 +40,7 @@ Vagrant with VirtualBox or libvirt driver helps you to quickly spin test cluster 2. The [repo owners](OWNERS) will respond to your issue promptly. 3. Fork the desired repo, develop and test your code changes. 4. Install [pre-commit](https://pre-commit.com) and install it in your development repo. -5. Addess any pre-commit validation failures. +5. Address any pre-commit validation failures. 6. Sign the CNCF CLA () 7. Submit a pull request. 8. Work with the reviewers on their suggestions.