From 5abba554b6f52e0daeef04b9f09ceacb9fc42fc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Kr=C3=B6ner?= <36126706+Crown0815@users.noreply.github.com> Date: Thu, 20 Apr 2023 15:56:40 +0200 Subject: [PATCH] Remove unnecessary parenthesis (#1710) Came across this while reading the docs. --- docs/versioned_docs/version-0.15/10-intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/versioned_docs/version-0.15/10-intro.md b/docs/versioned_docs/version-0.15/10-intro.md index 9f0d68efb..96be1e057 100644 --- a/docs/versioned_docs/version-0.15/10-intro.md +++ b/docs/versioned_docs/version-0.15/10-intro.md @@ -27,7 +27,7 @@ pipeline: - Define any Docker image as context - either use your own and install the needed tools in custom Docker images, or - - search [Docker Hub](https://hub.docker.com/search?type=image) for images that are already tailored for your needs) + - search [Docker Hub](https://hub.docker.com/search?type=image) for images that are already tailored for your needs - List the commands that should be executed in your container, in order to build or test your application ```diff