From a89dc49c522f3867c42aa8fa10fbf5f2f760485c Mon Sep 17 00:00:00 2001
From: AdamDang <adam.dang@daocloud.io>
Date: Fri, 26 Oct 2018 21:49:57 +0800
Subject: [PATCH] Update ansible.md

---
 docs/ansible.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/ansible.md b/docs/ansible.md
index 21583b5ee..ace7f8ca7 100644
--- a/docs/ansible.md
+++ b/docs/ansible.md
@@ -72,11 +72,11 @@ Mandatory variables that are common for at least one role (or a node group) can
 `inventory/sample/group_vars/k8s-cluster.yml`.
 There are also role vars for docker, rkt, kubernetes preinstall and master roles.
 According to the [ansible docs](http://docs.ansible.com/ansible/playbooks_variables.html#variable-precedence-where-should-i-put-a-variable),
-those cannot be overriden from the group vars. In order to override, one should use
+those cannot be overridden from the group vars. In order to override, one should use
 the `-e ` runtime flags (most simple way) or other layers described in the docs.
 
 Kubespray uses only a few layers to override things (or expect them to
-be overriden for roles):
+be overridden for roles):
 
 Layer | Comment
 ------|--------
-- 
GitLab