From fa9dcfe64c895b4ce33d6c90c957447a4d94bd46 Mon Sep 17 00:00:00 2001 From: Moeen M <17681023+mamapam@users.noreply.github.com> Date: Tue, 5 Apr 2022 13:23:37 -0400 Subject: [PATCH] docs: fix spelling for steps (#4103) --- docs/content/5.community/3.contribution.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/5.community/3.contribution.md b/docs/content/5.community/3.contribution.md index ce149ece1..5869d578c 100644 --- a/docs/content/5.community/3.contribution.md +++ b/docs/content/5.community/3.contribution.md @@ -127,7 +127,7 @@ git checkout -b my-new-branch ### Setup documentation website in local environment -1. Follow steups to setup [local development environment](#set-up-your-local-development-environment) +1. Follow steps to setup [local development environment](#set-up-your-local-development-environment) 1. Change to the `docs/` directory using `cd docs/` 1. Install docs dependencies using `yarn install` 1. Start docs in development mode using `yarn dev`