From c5e59a081caf707d0a7b1708957be73efdb742ca Mon Sep 17 00:00:00 2001 From: Satyam Bansal Date: Wed, 12 Oct 2022 22:20:19 +0530 Subject: [PATCH] Fix Grammatical mistake on Get Started documentation page (#28347) Fix Grammatical mistake Fix Grammatical mistake on Get started page --- docs/src/getstarted/hello-world.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/getstarted/hello-world.md b/docs/src/getstarted/hello-world.md index d33ae18a6..e6c3a7c4e 100644 --- a/docs/src/getstarted/hello-world.md +++ b/docs/src/getstarted/hello-world.md @@ -4,7 +4,7 @@ description: 'This "hello world" quickstart guide will demonstrate how to setup, keywords: "playground, solana pg, on chain, rust, native program, tutorial, intro to solana development, blockchain developer, blockchain tutorial, web3 developer" --- -For this "hello world" quickstart guide, we will use [Solana Playground](https://beta.solpg.io), a browser the based IDE, to develop and deploy our Solana program. To use it, you do **NOT** have to install any software on your computer. Simply open Solana Playground in your browser of choice, and you are ready to write and deploy Solana programs. +For this "hello world" quickstart guide, we will use [Solana Playground](https://beta.solpg.io), a browser based IDE to develop and deploy our Solana program. To use it, you do **NOT** have to install any software on your computer. Simply open Solana Playground in your browser of choice, and you are ready to write and deploy Solana programs. ## What you will learn