From aeeae767506d6d1188236d23abcb4f6a5f193972 Mon Sep 17 00:00:00 2001
From: Bishal das <70086051+bishal7679@users.noreply.github.com>
Date: Tue, 23 Aug 2022 12:01:24 +0530
Subject: [PATCH] Update vars.md (#9172)

---
 docs/vars.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/vars.md b/docs/vars.md
index 56f8ff836..6dc552d73 100644
--- a/docs/vars.md
+++ b/docs/vars.md
@@ -15,7 +15,7 @@ Some variables of note include:
 
 * *calico_version* - Specify version of Calico to use
 * *calico_cni_version* - Specify version of Calico CNI plugin to use
-* *docker_version* - Specify version of Docker to used (should be quoted
+* *docker_version* - Specify version of Docker to use (should be quoted
   string). Must match one of the keys defined for *docker_versioned_pkg*
   in `roles/container-engine/docker/vars/*.yml`.
 * *containerd_version* - Specify version of containerd to use when setting `container_manager` to `containerd`
-- 
GitLab