cloudamqp / terraform-provider-cloudamqp

Terraform Provider for CloudAMQP
https://registry.terraform.io/providers/cloudamqp/cloudamqp
Mozilla Public License 2.0
35 stars 39 forks source link

fix various spelling issues #104

Closed heydonovan closed 3 years ago

heydonovan commented 3 years ago

takes care of this issue as well: https://github.com/cloudamqp/terraform-provider-cloudamqp/issues/101

dentarg commented 3 years ago

Thanks for the PR! Looks good, but can you update the commit to not change any file in vendor/? Those changes should be applied over at https://github.com/84codes/go-api

(And then we can update the vendored stuff accordingly here (or we remove, see https://github.com/cloudamqp/terraform-provider-cloudamqp/issues/100))

heydonovan commented 3 years ago

You got it! I've reverted those changes. :v:

heydonovan commented 3 years ago

Opened up a PR within the go-api repo: https://github.com/84codes/go-api/pull/13

dentarg commented 3 years ago

Thanks!