From 8410f61c734c9ed80db6af01225c66e9d1191209 Mon Sep 17 00:00:00 2001 From: Evert Arias Date: Fri, 10 Jan 2020 15:34:04 -0500 Subject: [PATCH] Fix small typo in user-guides documentation --- docs/content/user-guides/docker-compose/basic-example/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/user-guides/docker-compose/basic-example/index.md b/docs/content/user-guides/docker-compose/basic-example/index.md index 55f9062aa..a6350dc9f 100644 --- a/docs/content/user-guides/docker-compose/basic-example/index.md +++ b/docs/content/user-guides/docker-compose/basic-example/index.md @@ -1,7 +1,7 @@ # Docker-compose basic example In this section we quickly go over a basic docker-compose file exposing a simple service using the docker provider. -This will also be used as a starting point for the the other docker-compose guides. +This will also be used as a starting point for the other docker-compose guides. ## Setup