commit 4fe072f8f842af2f79ead3da7246d49bb34551bc
parent cd06574cdc2dee053dee2cda01e53ea28d9daac8
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Wed, 11 Aug 2021 08:49:34 -0400
s/by/in/
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst
@@ -781,7 +781,7 @@ The following documentation shows how to handle any instance, so you should read
it twice, first creating the ``default`` instance, then creating normal ones.
.. note::
- A security concern is that instance existence is leaked by normal API usage.
+ A security concern is that instance existence is leaked in normal API usage.
This means unauthorized users can distinguish between the case where the
instance does not exist (HTTP 404) and the case where access is denied
(HTTP 403).