From dfb21aa96e0fa48d0dd12779292ef2881f2ef8de Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Thu, 3 Feb 2022 08:59:27 -0500
Subject: [PATCH] wordo

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

diff --git a/docs/source/designs/backup-recovery.rst b/docs/source/designs/backup-recovery.rst
index 48a82bf..524b28e 100644
--- a/docs/source/designs/backup-recovery.rst
+++ b/docs/source/designs/backup-recovery.rst
@@ -191,7 +191,7 @@ This additional copy could be copied to the on-grid storage location and would q
 As changes are made to the working copy of the database local copies could be made and diffed against the additional copy.
 These binary diffs could be copied to the on-grid storage location and would update the copy already present.
 These diffs would be smaller than new copies of the database and save on bandwidth and storage.
-At any point if the diffs grow to large the process can be started over with a new, recent copy of the database.
+At any point if the diffs grow too large the process can be started over with a new, recent copy of the database.
 
 Text Deltas
 ~~~~~~~~~~~
-- 
GitLab