Skip to content

Commit

Permalink
Merge pull request #10831 from jcalonso/patch-1
Browse files Browse the repository at this point in the history
[docs] Fix missing opening quote
  • Loading branch information
jrasell authored Jun 30, 2021
2 parents b5c3f4e + acd1331 commit 3b73512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/docs/drivers/docker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ config {

```hcl
config {
cap_add = ["net_raw", sys_time"]
cap_add = ["net_raw", "sys_time"]
}
```

Expand Down

0 comments on commit 3b73512

Please sign in to comment.