diff --git a/doc.md b/doc.md index f6159fac..996c2a26 100644 --- a/doc.md +++ b/doc.md @@ -1,6 +1,6 @@ # Help to use the civo terraform provider -## Leyend +## Legend - ``#`` (optional parameter) @@ -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 } -``` \ No newline at end of file +```