Skip to content

Commit

Permalink
Fixing typo in the documentation (#700)
Browse files Browse the repository at this point in the history
  • Loading branch information
jespino authored Jan 11, 2024
1 parent f150058 commit 7c5689d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/features/containers.md
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ const { output, exitCode } = await container.exec(["echo", "hello", "world"], {
"VAR2": "/app/debug.log",
}
});
````
```

## Streaming logs

Expand Down

0 comments on commit 7c5689d

Please sign in to comment.