diff --git a/docs/developer/oscal-contribuiting.md b/docs/developer/oscal-contributing.md
similarity index 98%
rename from docs/developer/oscal-contribuiting.md
rename to docs/developer/oscal-contributing.md
index 865f074f765b24869d6712f85247e7d0774a8afc..c90eeca79fe17f5832a50dee75ed5b980c4f4148 100644
--- a/docs/developer/oscal-contribuiting.md
+++ b/docs/developer/oscal-contributing.md
@@ -56,7 +56,7 @@ Validating package OSCAL documents against the JSON Schema ensures that they adh
 * Verify that the document passes the validation without any errors or warnings.
 
 ### Example:
-from the directory containg your oscal-component.yaml file
+from the directory containing your oscal-component.yaml file
 
 ```shell
 yq eval oscal-component.yaml -o=json > tmp-oscal-component.json