From e3bf8daae02c08f29673ed9a16846ca48975b8ba Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Tue, 23 Nov 2021 16:47:04 -0500
Subject: [PATCH] fix word-o

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

diff --git a/docs/source/designs/costs.rst b/docs/source/designs/costs.rst
index fd0e370..0a98df3 100644
--- a/docs/source/designs/costs.rst
+++ b/docs/source/designs/costs.rst
@@ -13,7 +13,7 @@ A storage server must hold ciphertext from the time it is uploaded until the las
 
 The unit of cost ZKAPAuthorizer imposes is storage × time.
 The currency used by ZKAPAuthorizer is a (Z)ero (K)nowledge (A)ccess (P)ass -- a ZKAP.
-If a ZKAP is worth 1 MB × 1 month (configurable per-grid) then a client must spend 1 ZKAP to storage up to 1 MB for up to 1 month.
+If a ZKAP is worth 1 MB × 1 month (configurable per-grid) then a client must spend 1 ZKAP to store up to 1 MB for up to 1 month.
 To store up to 1 MB for up to 2 months a client spends 2 ZKAPs.
 To store up to 2 MB for up to 1 month a client spends 2 ZKAPs.
 
-- 
GitLab