From 7bbad828daf1404afcf752c99cc50ede25e23252 Mon Sep 17 00:00:00 2001 From: Pierre Templier Date: Tue, 26 Jun 2018 07:00:44 +0200 Subject: [PATCH] Typo --- layouts/shortcodes/persistentdata.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/persistentdata.html b/layouts/shortcodes/persistentdata.html index bb6211c563c..38fa799cea4 100644 --- a/layouts/shortcodes/persistentdata.html +++ b/layouts/shortcodes/persistentdata.html @@ -1,5 +1,5 @@
-

Rancher uses etcd as datastore. When using the Single Node Install, the embedded etcd is be used. The persistent data is at the following path in the container: /var/lib/rancher. You can bind mount a host volume to this location to preserve data on the host it is running on.

+

Rancher uses etcd as datastore. When using the Single Node Install, the embedded etcd is being used. The persistent data is at the following path in the container: /var/lib/rancher. You can bind mount a host volume to this location to preserve data on the host it is running on.

Command