From e552897c52908b738193f81c8607f15154567f65 Mon Sep 17 00:00:00 2001 From: nicklathe Date: Tue, 22 May 2018 15:19:48 -0700 Subject: [PATCH] Fix typo (wit -> with) for etcdv3 backend docs --- website/docs/backends/types/etcdv3.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/backends/types/etcdv3.html.md b/website/docs/backends/types/etcdv3.html.md index 6f547e43c5..19f27c13c7 100644 --- a/website/docs/backends/types/etcdv3.html.md +++ b/website/docs/backends/types/etcdv3.html.md @@ -10,7 +10,7 @@ description: |- **Kind: Standard (with locking)** -Stores the state in the [etcd](https://coreos.com/etcd/) KV store wit a given prefix. +Stores the state in the [etcd](https://coreos.com/etcd/) KV store with a given prefix. This backend supports [state locking](/docs/state/locking.html).