From b7025f3e70869e2feebc3e6d0be454d5e3262e84 Mon Sep 17 00:00:00 2001 From: Dmitriy Fishman Date: Tue, 7 Dec 2021 11:30:51 +0200 Subject: [PATCH] docs: Fix a typo in CONTRIBUTING.md Just fixing a minor typo I noticed while reading the contributing guide. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0d8cecff245..d53dd3ddf51 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,7 +8,7 @@ Please follow the [code of conduct][code-of-conduct] in all your interactions wi ## Developer Startup Guide -This section will walk you though how to get started working with the code. +This section will walk you through how to get started working with the code. ### Runtime We recommend you install Node Version Manager for [UNIX systems][nvm-unix] or [Windows][nvm-windows].