diff --git a/arkindex/documents/api/elements.py b/arkindex/documents/api/elements.py
index ea7be6f3d50e120a625a3502b3fd554a0c23d57b..1e730b73f8fa799886dd30c770493b9a85a09dc0 100644
--- a/arkindex/documents/api/elements.py
+++ b/arkindex/documents/api/elements.py
@@ -356,7 +356,7 @@ class ElementsListAutoSchema(AutoSchema):
                     * `eq` (default): Elements having a classification with this exact confidence.
                     * `lt`: Elements having a classification with a confidence strictly lower than the filter.
                     * `lte`: Elements having a classification with a confidence lower than or equal to the filter.
-                    * `lt`: Elements having a classification with a confidence strictly greater than the filter.
+                    * `gt`: Elements having a classification with a confidence strictly greater than the filter.
                     * `gte`: Elements having a classification with a confidence greater than or equal to the filter.
 
                     This requires `classification_confidence` to be set.
@@ -394,7 +394,7 @@ class ElementsListAutoSchema(AutoSchema):
                     * `eq` (default): Elements having a transcription with this exact confidence.
                     * `lt`: Elements having a transcription with a confidence strictly lower than the filter.
                     * `lte`: Elements having a transcription with a confidence lower than or equal to the filter.
-                    * `lt`: Elements having a transcription with a confidence strictly greater than the filter.
+                    * `gt`: Elements having a transcription with a confidence strictly greater than the filter.
                     * `gte`: Elements having a transcription with a confidence greater than or equal to the filter.
 
                     This requires `transcription_confidence` to be set.