From 211e3d6efa9fb92a9da64f5af64e9ffbdb13e538 Mon Sep 17 00:00:00 2001 From: Isabelle Viktoria Maciohsek Date: Fri, 23 Jul 2021 13:39:05 +0300 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6d57d942f..40f60e496 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,7 +21,7 @@ Breaking any of these rules will result in your pull request being closed. Pleas In order to create a new snippet, you should follow the steps below: -- Crate a copy of the [snippet template](snippet-template.md) in the `snippets` directory. +- Create a copy of the [snippet template](snippet-template.md) in the `snippets` directory. - Change the name of the newly created file to the name of your snippet. - Edit the file, adding your snippet based on the guidelines.