From da98ef7108c4e75efe003e75d2594d3446289e41 Mon Sep 17 00:00:00 2001 From: mscherer Date: Sat, 30 Apr 2022 11:09:33 +0200 Subject: [PATCH] Fix spelling (#897) --- docs/docs/30-administration/22-backends/10-docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/30-administration/22-backends/10-docker.md b/docs/docs/30-administration/22-backends/10-docker.md index 09fb0eca9..5179d297a 100644 --- a/docs/docs/30-administration/22-backends/10-docker.md +++ b/docs/docs/30-administration/22-backends/10-docker.md @@ -7,7 +7,7 @@ This is the original backend used with Woodpecker. The docker backend executes e ### `WOODPECKER_BACKEND_DOCKER_NETWORK` > Default: empty -Set to the name of an existing network which will be attached to all your pipeline containers (steps). Please be careful as this allows the containers of different piplines to access each other! +Set to the name of an existing network which will be attached to all your pipeline containers (steps). Please be careful as this allows the containers of different pipelines to access each other! ### `WOODPECKER_BACKEND_DOCKER_ENABLE_IPV6` > Default: `false`