From 7868df321121b9d2cb1aaa33ec0f7193d48f449d Mon Sep 17 00:00:00 2001 From: Trent Nelson Date: Thu, 13 May 2021 10:52:22 -0600 Subject: [PATCH] Update docs/src/developing/test-validator.md --- docs/src/developing/test-validator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/developing/test-validator.md b/docs/src/developing/test-validator.md index 995f58686c..8e40f59599 100644 --- a/docs/src/developing/test-validator.md +++ b/docs/src/developing/test-validator.md @@ -4,7 +4,7 @@ title: Solana Test Validator During early stage development, it is often convenient to target a cluster with fewer restrictions and more configuration options than the public offerings provide. This is easily achieved with the `solana-test-validator` binary, which -starts a local, full-featured, single-node cluster on the developer's workstation. +starts a full-featured, single-node cluster on the developer's workstation. ## Advantages - No RPC rate-limits