Skip to content

Commit

Permalink
Merge pull request #66 from gtardif/fix_docker_cmd_doc
Browse files Browse the repository at this point in the history
Fix error in API docs
  • Loading branch information
gtardif authored Jan 6, 2022
2 parents b459654 + 8ad2469 commit 6a21f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev/api/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ window.ddClient.toastError("Something went wrong");
## Running any docker command and getting results

```typescript
window.ddClient.backend
window.ddClient
.execDockerCmd("info", "--format", '"{{ json . }}"')
.then((cmdResult) => console.log(cmdResult));
```
Expand Down

0 comments on commit 6a21f0b

Please sign in to comment.