Selaa lähdekoodia

documentation: fix typo in Documentation/clustering.md

just an extra space needed to be removed.

Fixes #2279
gabesullice 11 vuotta sitten
vanhempi
commit
df2a689d1c
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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)