From 71ccf19f25bcfd03eb950c059d2dd7460902eea4 Mon Sep 17 00:00:00 2001
From: Slavi Pantaleev <slavi@devture.com>
Date: Fri, 3 Jan 2020 17:00:11 +0200
Subject: [PATCH] Fix typo

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

diff --git a/docs/ansible.md b/docs/ansible.md
index 55efbf43d..f58241a1b 100644
--- a/docs/ansible.md
+++ b/docs/ansible.md
@@ -65,7 +65,7 @@ You can execute `ansible-playbook` commands as per normal now.
 ### If you don't use SSH keys for authentication 
 
 If you don't use SSH keys for authentication, simply remove that whole line (`-v $HOME/.ssh/id_rsa:/root/.ssh/id_rsa:ro`).
-To authenticate at your server using a password, you need to add a package. So, when you are in the shell of the ansible docker container (previous used `docker run -it ...`), run:
+To authenticate at your server using a password, you need to add a package. So, when you are in the shell of the ansible docker container (the previously used `docker run -it ...` command), run:
 ```bash
 apk add sshpass
 ```