From e3a832a218e5889300293b12535dbb6d6115b1f1 Mon Sep 17 00:00:00 2001 From: Jean Regisser Date: Thu, 12 Dec 2019 22:25:26 +0100 Subject: [PATCH] [Docs] Fix typo --- packages/docs/getting-started/running-a-validator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docs/getting-started/running-a-validator.md b/packages/docs/getting-started/running-a-validator.md index 397afe3e641..016cb1804ef 100644 --- a/packages/docs/getting-started/running-a-validator.md +++ b/packages/docs/getting-started/running-a-validator.md @@ -694,7 +694,7 @@ celocli account:register-metadata --url --from $CELO_VALIDA Now when you run `celocli account:get-metadata $CELO_VALIDATOR_ADDRESS`, you should see your claim for the group account to be verified. By now, you should have setup your Validator account appropriately. Note that you need to add these claims for any other addresses that are yours to calculate your score for the leaderboard appropriately. {% hint style="tip" %} -Congratulations on setting up your validator. If you want to win the TGCSO, it may be helpful to familiar with the inner workings of the Celo network. Dig into the [protocol documentation](../celo-codebase/protocol) for more information. +Congratulations on setting up your validator. If you want to win the TGCSO, it may be helpful to get familiar with the inner workings of the Celo network. Dig into the [protocol documentation](../celo-codebase/protocol) for more information. {% endhint %} ## Deployment Tips