From 25ffa6d571aea88596a991f69ab53f12195674d5 Mon Sep 17 00:00:00 2001 From: shaman-apprentice Date: Sat, 3 Dec 2022 11:22:35 +0100 Subject: [PATCH] docs: remove doubled word --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8c53210b..d3ecd5a3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,7 +5,7 @@ Hi there, thanks for being willing to contribute! ## Setup - Fork and clone the repository -- Install dependencies via via `npm install` +- Install dependencies via `npm install` - Create a new feature branch via `git checkout -b feature-branch-name` ## Testing