summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorTyler Cipriani <tcipriani@wikimedia.org>2018-05-31 14:12:59 -0600
committerTyler Cipriani <tcipriani@wikimedia.org>2018-05-31 14:14:35 -0600
commit2b87c9a345da18ed408fd0d031068beb0c46adff (patch)
treed96f248f27182b1c4443eee844342b84e25d5de9 /CONTRIBUTING.md
parent8cca9a70bdbc45151d30d43cc11a1f9d516d13f9 (diff)
downloadblubber-2b87c9a345da18ed408fd0d031068beb0c46adff.tar.gz
tool -> too
Reviewers: dduvall, #release-engineering-team Reviewed By: dduvall, #release-engineering-team Tags: #release-engineering-team Differential Revision: https://phabricator.wikimedia.org/D1065
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index d9c2d8f..55e7174 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -14,7 +14,7 @@ to both users inside and outside of WMF and our communities.
* To install on macOS use [Homebrew](https://brew.sh) and run:
`brew install go`
* You can run `go version` to check the golang version.
- * If your distro's go package is tool old or unavailable,
+ * If your distro's go package is too old or unavailable,
[download](https://golang.org/dl/) a newer golang version.
2. `dep` for dependency management
* On macOS, try Homebrew: `brew install dep`