From e3fbab97ce34d6c20eec0f692001db305a51c32a Mon Sep 17 00:00:00 2001
From: Sergey Dudoladov <dss-2009@yandex.ru>
Date: Tue, 19 Feb 2019 16:03:41 +0100
Subject: [PATCH] Address review comments

Address review comments
---
 docs/administrator.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/administrator.md b/docs/administrator.md
index 2a3299dc..be53eaf2 100644
--- a/docs/administrator.md
+++ b/docs/administrator.md
@@ -148,8 +148,8 @@ data:
 
 Note that the Kubernetes version 1.13 brings [taint-based eviction](https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/#taint-based-evictions) to the beta stage and enables it by default.
 Postgres pods by default receive tolerations for `unreachable` and `noExecute` taints with the timeout of `5m`.
-Depending on you setup, you may want to adjust these parameters to prevent master pods from being evicted by Kubernetes runtime.
-To prevent eviction completely, specify the toleration without specifying the `tolerationSeconds` value (similar to how Kubernetes own DaemonSets are configured)
+Depending on your setup, you may want to adjust these parameters to prevent master pods from being evicted by the Kubernetes runtime.
+To prevent eviction completely, specify the toleration by leaving out the `tolerationSeconds` value (similar to how Kubernetes' own DaemonSets are configured)
 
 ### Add cluster-specific labels
 
-- 
GitLab