From 112aa8149d8caa85456d847bf4e982852af5fa85 Mon Sep 17 00:00:00 2001 From: Daniel Schildt Date: Sat, 15 Dec 2018 15:28:08 +0200 Subject: [PATCH] fix spelling error - Fix spelling error from the section: Managing Source Code --- 1-source-code/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-source-code/README.md b/1-source-code/README.md index f76c607..bde96a8 100644 --- a/1-source-code/README.md +++ b/1-source-code/README.md @@ -3,7 +3,7 @@ In this section we will cover all the different tools that gophers use to manage their code bases. This includes: -- [1: Worskpace management](1-workspace/1-intro.md) - how to organize a workspace according to Go best practices. +- [1: Workspace management](1-workspace/1-intro.md) - how to organize a workspace according to Go best practices. - [2: Editor tools](2-writing/1-editors-and-plugins.md) - tools to help writing code, such as editors, plugins, and pretty printers. - [3: Navigation tools](3-reading/1-godoc.md) - tools to understand and navigate existing code bases.