From 03d195a317909a694d6f8a9751c28e78efda5166 Mon Sep 17 00:00:00 2001 From: Miki Saarna <86010458+miki-saarna@users.noreply.github.com> Date: Fri, 29 Mar 2024 14:01:28 -0700 Subject: [PATCH] Fixed misspelling in contribute doc --- CONTRIBUTE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTE.md b/CONTRIBUTE.md index f9adea463..e5a848ea9 100644 --- a/CONTRIBUTE.md +++ b/CONTRIBUTE.md @@ -10,7 +10,7 @@ Thank you for taking an interest in contributing to what we aim to be the indust - a fast and reliable kit that is easy to use for devs (**top DX**) - a friendly user experience that has great accessibility (**topUX**) - strict typed components to kill those bugs before they happen -- building a community of front end mages who are passion about web3 +- building a community of front end mages who are passionate about web3 - finding our next FrontEnd master to join our expanding international team (that could be you)   @@ -45,7 +45,7 @@ You want to get started? Follow these 3 simple steps   -# Getting error while doing above project setup +# Getting error while doing above project setup - You can download nvm to switch between the node versions. Try to be at node version 16. [`nvm install 16` then `nvm use 16` check it using `node -v`, make sure it is node version 16].