From 3f56baa178365b8563e20941f7f28bc19dc2d62f Mon Sep 17 00:00:00 2001 From: CharlesCNorton <135471798+CharlesCNorton@users.noreply.github.com> Date: Tue, 4 Jun 2024 19:02:54 -0400 Subject: [PATCH] Fix: typo in contribution guidelines Corrected the typo "referncing" to "referencing" in the IMPORTANT section of the contribution guidelines. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 648b07728..4ba7dba06 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ ## IMPORTANT -When developing automation that needs to be kept private, do so in a private repository that consumes the roles from this public community repository. This can be done using collections or by referncing the roles in your own playbooks. See readme for details. +When developing automation that needs to be kept private, do so in a private repository that consumes the roles from this public community repository. This can be done using collections or by referencing the roles in your own playbooks. See readme for details. To contribute code or documentation, create a fork, operate on your fork, and put in a [pull request](https://github.com/IBM/community-automation/pulls).