From 9d4b42e59d87189eb49ca63dcc45eaea9853458d Mon Sep 17 00:00:00 2001 From: Nick Miyake Date: Sat, 27 May 2017 11:25:38 -0700 Subject: [PATCH] Fix typo in FAQ.md --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 5ad44b53..71db50d4 100644 --- a/FAQ.md +++ b/FAQ.md @@ -293,7 +293,7 @@ yet](https://groups.google.com/forum/#!topic/go-package-management/fp2uBMf6kq4). For the most part, you needn't do anything differently. -The only possible issue is if your project is ever consuemed as a library. If +The only possible issue is if your project is ever consumed as a library. If so, then you may want to be wary about committing your `vendor/` directory, as it can [cause problems](https://groups.google.com/d/msg/golang-nuts/AnMr9NL6dtc/UnyUUKcMCAAJ).