Update docs/src/developing/test-validator.md

This commit is contained in:
Trent Nelson 2021-05-13 10:52:22 -06:00 committed by mergify[bot]
parent 3214105a21
commit 7868df3211
1 changed files with 1 additions and 1 deletions

View File

@ -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