From 722f36121d4ec834867d8078a74d51ef82dfd1cc Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Fri, 27 Aug 2021 15:04:22 +0200 Subject: [PATCH] Docs: Fix typo --- doc/development/algorithms/checkin.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/development/algorithms/checkin.rst b/doc/development/algorithms/checkin.rst index 1eeaf2916..285fa4bab 100644 --- a/doc/development/algorithms/checkin.rst +++ b/doc/development/algorithms/checkin.rst @@ -11,7 +11,7 @@ Server-side ----------- The following diagram shows the series of checks executed on the server when a ticket is redeemed through the API. -Some simplifications have been made, for example the de-duplication mechanism based on the ``nonce`` parameter +Some simplifications have been made, for example the deduplication mechanism based on the ``nonce`` parameter to prevent re-uploads of the same scan is not shown. .. image:: /images/checkin_online.png