diff --git a/Documentation/cloud-config.md b/Documentation/cloud-config.md index 25e8d5b..86016fe 100644 --- a/Documentation/cloud-config.md +++ b/Documentation/cloud-config.md @@ -98,7 +98,9 @@ For more information on fleet configuration, see the [fleet documentation][fleet #### flannel -The `coreos.flannel.*` parameters also work very similarly to `coreos.etcd.*` and `coreos.fleet.*`. They can be used to set enviornment variables for flanneld. Given the following cloud-config... +The `coreos.flannel.*` parameters also work very similarly to `coreos.etcd.*` +and `coreos.fleet.*`. They can be used to set environment variables for +flanneld. For example, the following cloud-config... ```yaml #cloud-config @@ -108,14 +110,14 @@ coreos: etcd-prefix: /coreos.com/network2 ``` -...will generate systemd unit drop-in like so: +...will generate a systemd unit drop-in like so: ``` [Service] Environment="FLANNELD_ETCD_PREFIX=/coreos.com/network2" ``` -For complete list of flannel configuraion parameters, see the [flannel documentation][flannel-readme]. +For the complete list of flannel configuraion parameters, see the [flannel documentation][flannel-readme]. [flannel-readme]: https://github.com/coreos/flannel/blob/master/README.md