From 7c5689defee6944fba56b1efa83bda455514ad87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Espino?= Date: Thu, 11 Jan 2024 22:13:39 +0100 Subject: [PATCH] Fixing typo in the documentation (#700) --- docs/features/containers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/containers.md b/docs/features/containers.md index 1be73a96b..7914b3972 100644 --- a/docs/features/containers.md +++ b/docs/features/containers.md @@ -528,7 +528,7 @@ const { output, exitCode } = await container.exec(["echo", "hello", "world"], { "VAR2": "/app/debug.log", } }); -```` +``` ## Streaming logs