Fix typo
This commit is contained in:
parent
efab9e325e
commit
bf8497ed40
|
@ -15,7 +15,7 @@ This allows you to manage your webhooks on a repository.
|
|||
## Example Usage
|
||||
|
||||
```
|
||||
# Manage your respositories hooks
|
||||
# Manage your repositories hooks
|
||||
resource "bitbucket_hook" "deploy_on_push" {
|
||||
owner = "myteam"
|
||||
repository = "terraform-code"
|
||||
|
|
Loading…
Reference in New Issue