From 6132cc36f4e3516c5cf56976ce690f88025d8c14 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 31 Mar 2021 12:15:59 -0700 Subject: [PATCH] favourite -> favorite --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 012e4816..e7b98d74 100644 --- a/Home.md +++ b/Home.md @@ -49,7 +49,7 @@ Ready to write some Go code of your own? Here are a few links to help you get st - Make sure you have your [$GOPATH environment variable set correctly](https://golang.org/doc/install/source#gopath) - If you need additional tips on using [$GOPATH, go here](GOPATH). - [MultipleGoRoots](MultipleGoRoots) - More advanced information on working with multiple go installations and the `$GOROOT` variable. - - [Go IDEs and Editors](IDEsAndTextEditorPlugins) - Information on how to use your favourite editor with Go. + - [Go IDEs and Editors](IDEsAndTextEditorPlugins) - Information on how to use your favorite editor with Go. - [Tools for working with Go code](CodeTools) - Formatting, linting, vetting, refactoring, navigation and visualization. - Finding Go Libraries and Packages - Start here: [Go open source projects](Projects).