Skip to content

Commit

Permalink
fix: typo in CONTRIBUTING.md (minio#12907)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyaug authored Aug 17, 2021
1 parent b7e3651 commit 17e0de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ $ git push origin my-new-feature
Pull requests can be created via GitHub. Refer to [this document](https://help.github.com/articles/creating-a-pull-request/) for detailed steps on how to create a pull request. After a Pull Request gets peer reviewed and approved, it will be merged.

## FAQs
### How does ``MinIO`` manages dependencies?
### How does ``MinIO`` manage dependencies?
``MinIO`` uses `go mod` to manage its dependencies.
- Run `go get foo/bar` in the source folder to add the dependency to `go.mod` file.

Expand Down

0 comments on commit 17e0de1

Please sign in to comment.