From 91f98505ca89ea62026e53d7dc95aea34120c889 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Mon, 6 Jan 2020 11:32:12 -0500
Subject: [PATCH] add missing word

---
 docs/source/leases.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/source/leases.rst b/docs/source/leases.rst
index f1b4e3b..91e743a 100644
--- a/docs/source/leases.rst
+++ b/docs/source/leases.rst
@@ -10,7 +10,7 @@ care is taken to only renew leases for which the expiration time will soon arriv
 Design
 ------
 
-The process of checking lease age and renewing them automated in the client storage plugin.
+The process of checking lease age and renewing them is automated in the client storage plugin.
 The storage plugin interface is not ideally shaped to support this functionality.
 The following designs have been considered.
 
-- 
GitLab