Skip to content

Commit

Permalink
docs: fix typo in contribution doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Tochemey committed Jun 6, 2024
1 parent 6f37ff1 commit 2ca5acc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ There are two ways you can become a contributor:
2. Follow these steps
- Fork the repository
- Create a feature branch
- Set your docker credentials on your fork using the following secret names: `$DOCKER_USER` and `$DOCKER_PASS`
- Set your docker credentials on your fork using the following secret names: `DOCKER_USER` and `DOCKER_PASS`
- Submit a [pull request](https://help.github.com/articles/using-pull-requests)

## Test & Linter
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ There are two ways you can become a contributor:
2. Follow these steps
- Fork the repository
- Create a feature branch
- Set your docker credentials on your fork using the following secret names: `$DOCKER_USER` and `$DOCKER_PASS`
- Set your docker credentials on your fork using the following secret names: `DOCKER_USER` and `DOCKER_PASS`
- Submit a [pull request](https://help.github.com/articles/using-pull-requests)

## Test & Linter
Expand Down

0 comments on commit 2ca5acc

Please sign in to comment.