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.