Merge pull request #13295 from pradeepbhadani/issue-13294

Issue 13294
This commit is contained in:
Jake Champlin 2017-04-03 13:59:30 -04:00 committed by GitHub
commit fad0a87f07
3 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ Provides support for setting up default reviewers for your repository.
## Example Usage
```
# Manage your respository
# Manage your repository
resource "bitbucket_default_reviewers" "infrastructure" {
owner = "myteam"
repository = "terraform-code"

View File

@ -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"

View File

@ -16,7 +16,7 @@ private, how to fork the repository and other options.
## Example Usage
```
# Manage your respository
# Manage your repository
resource "bitbucket_repository" "infrastructure" {
owner = "myteam"
name = "terraform-code"