Skip to content

Commit 7c5689d

Browse files
authored
Fixing typo in the documentation (#700)
1 parent f150058 commit 7c5689d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/features/containers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ const { output, exitCode } = await container.exec(["echo", "hello", "world"], {
528528
"VAR2": "/app/debug.log",
529529
}
530530
});
531-
````
531+
```
532532

533533
## Streaming logs
534534

0 commit comments

Comments
 (0)