Skip to content

Commit

Permalink
Fix doc.md typo?
Browse files Browse the repository at this point in the history
I'm assuming that "leyend" was supposed to say legend but I'm not sure.
  • Loading branch information
jdbohrman committed Jan 25, 2020
1 parent 60387ab commit ea7666f
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 ea7666f

Please sign in to comment.