From 917a0a1d3971594411b4f4abb5681a38b534659d Mon Sep 17 00:00:00 2001 From: ordago Date: Thu, 23 Feb 2023 20:41:27 +0000 Subject: [PATCH] adds missing 'r's --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 285c7cc3..6b99d175 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -24,11 +24,11 @@ Clone your fork, then install the dev dependencies: composer install ``` -## Refacto +## Refactor -Refacto your code: +Refactor your code: ```bash -composer refacto +composer refactor ``` ## Lint