From 2dd8f205468fd4b426bb7113a28349bd251e9c61 Mon Sep 17 00:00:00 2001 From: Santiago Rodriguez Date: Sat, 25 Dec 2021 05:19:08 -0400 Subject: [PATCH] small typo --- language/golang/develop.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language/golang/develop.md b/language/golang/develop.md index f891c869b8..df373b5da2 100644 --- a/language/golang/develop.md +++ b/language/golang/develop.md @@ -166,7 +166,7 @@ oliver@hki:~$ ### Meet the example application -Now that we have started and configured the database engine, we can swith our attention to the application. +Now that we have started and configured the database engine, we can switch our attention to the application. The example application for this module is an extended version of `docker-gs-ping` application we've used in the previous modules. You have two options: