From 1c053b7bdf3d06ddff5052ee5223b69ef3d3ea67 Mon Sep 17 00:00:00 2001 From: Harsha Gudladona <7864088+gudladona87@users.noreply.github.com> Date: Sat, 13 Oct 2018 18:27:22 -0400 Subject: [PATCH] Fixed spelling (#18914) Updated spelling from clinking to clicking --- client/src/pages/guide/english/go/go-playground/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/pages/guide/english/go/go-playground/index.md b/client/src/pages/guide/english/go/go-playground/index.md index c87fb10bbf..e2e5c63122 100644 --- a/client/src/pages/guide/english/go/go-playground/index.md +++ b/client/src/pages/guide/english/go/go-playground/index.md @@ -5,7 +5,7 @@ title: Go Playground # The Golang Playground The Golang playground is a website where you can write Go code online, so that you don't have to set up any developmet environment. -Just open a new browser window clinking [Playground](https://play.golang.org). +Just open a new browser window clicking [Playground](https://play.golang.org). Once there you'll get the buttons: 1. Run