]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Documentation: fix typo (#10974)
authorguleyupo <guleyupo@yahoo.com>
Wed, 1 Oct 2025 06:11:45 +0000 (02:11 -0400)
committerGitHub <noreply@github.com>
Wed, 1 Oct 2025 06:11:45 +0000 (06:11 +0000)
docs/usage.md

index 32441862ded57f9bad835f26919411c84fba7c85..db7950026eb14744880616e4bf4cee35214da39c 100644 (file)
@@ -637,7 +637,7 @@ When you first delete a document it is moved to the 'trash' until either it is e
 You can set how long documents remain in the trash before being automatically deleted with [`PAPERLESS_EMPTY_TRASH_DELAY`](configuration.md#PAPERLESS_EMPTY_TRASH_DELAY), which defaults
 to 30 days. Until the file is actually deleted (e.g. the trash is emptied), all files and database content remains intact and can be restored at any point up until that time.
 
-Additionally you may configure a directory where deleted files are moved to when they the trash is emptied with [`PAPERLESS_EMPTY_TRASH_DIR`](configuration.md#PAPERLESS_EMPTY_TRASH_DIR).
+Additionally you may configure a directory where deleted files are moved to when the trash is emptied with [`PAPERLESS_EMPTY_TRASH_DIR`](configuration.md#PAPERLESS_EMPTY_TRASH_DIR).
 Note that the empty trash directory only stores the original file, the archive file and all database information is permanently removed once a document is fully deleted.
 
 ## Best practices {#basic-searching}