Skip to content

Commit

Permalink
s/serivce/service/g (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
montmanu authored and msuterski committed Aug 1, 2019
1 parent 01d7120 commit 88679fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@ docker_repo_name=alice docker_tag=alpha make docker-push

### Running `drone-gke` locally

> :warning: Valid GCP service account credentials are required. See ["Creating test serivce account credentials"](#creating-test-service-account-credentials) for more details.
> :warning: Valid GCP service account credentials are required. See ["Creating test service account credentials"](#creating-test-service-account-credentials) for more details.
#### Configuring [`TOKEN`](DOCS.md#secrets)

If you created test service account credentials using ["Creating test serivce account credentials"](#creating-test-service-account-credentials), those credentials will be used by default.
If you created test service account credentials using ["Creating test service account credentials"](#creating-test-service-account-credentials), those credentials will be used by default.

If using service account credentials that you created manually:

Expand Down Expand Up @@ -238,7 +238,7 @@ export docker_tag=alpha
make release
```

#### Creating test serivce account credentials
#### Creating test service account credentials

> :warning: The following requires access to an active GCP project, a GCP user account with sufficient privileges, properly configured `gcloud`, and `terraform` executables. Please review ["Creating and managing service accounts"](https://cloud.google.com/iam/docs/creating-managing-service-accounts) and the Terraform ["Google Cloud Platform Provider"](https://www.terraform.io/docs/providers/google/index.html) documentation before continuing.
Expand Down

0 comments on commit 88679fc

Please sign in to comment.