Skip to content

Commit

Permalink
chore: correct typos in contributions.md (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham88fru authored Jan 31, 2025
1 parent 63157ec commit 7c0eb18
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export DOCKER_PASSWORD=$(yourpassword)
cd examples && terraform plan
```

Note, when you run the `terraform plan` you should see a warning, this ensures that you using the locally installed provider and not the publically available provider.
Note, when you run the `terraform plan` you should see a warning, this ensures that you are using the locally installed provider and not the publicly available provider.

> │ Warning: Provider development overrides are in effect
Expand All @@ -65,7 +65,7 @@ Run full test suite:
make testacc
```

Run an specific test(s):
Run a specific test(s):

```shell
make testacc TESTS=TestAccXXX
Expand All @@ -77,7 +77,7 @@ which is equivalent to:
TF_ACC=1 go test ./... -v -count 1 -parallel 20 -timeout 120m -run TestAccXXX
```

where `TestFuncName` is the testing function within the `_test.go` file.
where `TestAccXXX` is the testing function within the `_test.go` file.

## Environment Variables

Expand All @@ -92,7 +92,7 @@ export ACCTEST_DOCKER_ORG=myorgname

## Getting Help

If you have any questions or need assistance, please reach out to us through in the DTP Slack Channel (TODO)
If you have any questions or need assistance, please reach out to us in the DTP Slack Channel (TODO)

## Thanks for Contributing

Expand Down

0 comments on commit 7c0eb18

Please sign in to comment.