documentation: fix typo in Documentation/clustering.md

just an extra space needed to be removed.

Fixes #2279
This commit is contained in:
gabesullice 2015-02-10 16:18:51 -07:00
parent 96ea0ff45c
commit df2a689d1c

View File

@ -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)