Merge pull request #288 from anthonymayer/patch-1

Update index.md
diff --git a/docs/index.md b/docs/index.md
index 4b0fe44..8190a51 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -5,7 +5,7 @@
 Glide provides the following functionality:
 
 * Records dependency information in a `glide.yaml` file. This includes a name, version or version range, version control information for private repos or when the type cannot be detected, and more.
-* Tracks the specific revision each package is locked to in a `glide.lock` file. This enables reproducibly featching the dependency tree.
+* Tracks the specific revision each package is locked to in a `glide.lock` file. This enables reproducibly fetching the dependency tree.
 * Works with Semantic Versions and Semantic Version ranges.
 * Supports Git, Bzr, HG, and SVN. These are the same version control systems supported by `go get`.
 * Utilizes `vendor/` directories, known as the Vendor Experiment, so that different projects can have differing versions of the same dependencies.