Browse Source

documentation: fix typo in Documentation/clustering.md

just an extra space needed to be removed.

Fixes #2279
gabesullice 11 years ago
parent
commit
df2a689d1c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Documentation/clustering.md

+ 1 - 1
Documentation/clustering.md

@@ -6,7 +6,7 @@ Starting an etcd cluster statically requires that each member knows another in t
 
 Once an etcd cluster is up and running, adding or removing members is done via [runtime reconfiguration](runtime-configuration.md).
 
-This guide willcover the following mechanisms for bootstrapping an etcd cluster:
+This guide will cover the following mechanisms for bootstrapping an etcd cluster:
 
 * [Static](#static)
 * [etcd Discovery](#etcd-discovery)