From 17e0de1e87c471c7b2f66716764f9e35182f4908 Mon Sep 17 00:00:00 2001 From: johnnyaug Date: Tue, 17 Aug 2021 19:20:10 +0300 Subject: [PATCH] fix: typo in CONTRIBUTING.md (#12907) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8c4ad55f9..ec348e3a2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.