From 8b588d3430323900a84e1ed4d470ca871465213a Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Tue, 15 Jan 2019 14:38:38 +0100
Subject: [PATCH] [doc] Installation fixes (english)

---
 doc/install.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/install.rst b/doc/install.rst
index e6e35897..0f293915 100644
--- a/doc/install.rst
+++ b/doc/install.rst
@@ -44,9 +44,9 @@ repeatitive.  Your ``~/.python-gitlab.cfg`` should roughly look like this
    private_token = <obtain token at your settings page in gitlab>
    api_version = 4
 
-We recommend you set ``chmod 600`` to this file to avoid prying us to read out
-your personal token. Once you have your token set up, communication should work
-transparently between these gitlab clients and the server.
+We recommend you set ``chmod 600`` to this file to avoid prying eyes to read
+out your personal token. Once you have your token set up, communication should
+work transparently between the built-in gitlab client and the server.
 
 
 .. include:: links.rst
-- 
GitLab