Merge pull request #667 from nmiyake/patch-1

Fix typo in FAQ.md
This commit is contained in:
Carolyn Van Slyck 2017-05-28 10:06:47 -05:00 коммит произвёл GitHub
Родитель 678e7317ad 9d4b42e59d
Коммит 70bfeac473
1 изменённых файлов: 1 добавлений и 1 удалений

2
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).