From 6a118534ab4de84921906abe1450010d1ba82db6 Mon Sep 17 00:00:00 2001 From: shayan-7 <39003982+shayan-7@users.noreply.github.com> Date: Mon, 23 Aug 2021 21:06:00 +0430 Subject: [PATCH] Fix a 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 3342892ef3..2220bf93d6 100644 --- a/language/golang/develop.md +++ b/language/golang/develop.md @@ -77,7 +77,7 @@ When choosing a name for a network or a managed volume, it's best to choose a na ### Start the database engine -Now that the housekeeping chores are done, we can run CockroachDB in a container and attach it to the volume and network we had just created. When you run the folllowing command, Docker will pull the image from Docker Hub and run it for you locally: +Now that the housekeeping chores are done, we can run CockroachDB in a container and attach it to the volume and network we had just created. When you run the following command, Docker will pull the image from Docker Hub and run it for you locally: ```console $ docker run -d \