Skip to content

Commit

Permalink
Merge pull request #4 from jdbohrman/patch-1
Browse files Browse the repository at this point in the history
Fix doc.md typo?
  • Loading branch information
alejandrojnm authored Jan 25, 2020
2 parents 60387ab + ea7666f commit 5781356
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Help to use the civo terraform provider

## Leyend
## Legend

- ``#`` (optional parameter)

Expand Down Expand Up @@ -43,4 +43,4 @@ resource "civo_volume" "custom_volume" {
# instance_id = civo_instance.my-test-instance.id // this will be calculate automatic
# depends_on = [civo_instance.my-test-instance] // this is to wait for the creation of the instances
}
```
```

0 comments on commit 5781356

Please sign in to comment.