]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
corrects some spelling mistakes in docs 720/head
authorAdrian Lumpe <gitlab@alumpe.de>
Wed, 13 Apr 2022 13:39:49 +0000 (15:39 +0200)
committerAdrian Lumpe <gitlab@alumpe.de>
Wed, 13 Apr 2022 13:39:49 +0000 (15:39 +0200)
docs/administration.rst
docs/advanced_usage.rst
docs/configuration.rst
docs/faq.rst
docs/usage_overview.rst

index 1a9dfd5488b4ba3e9f02113b0d43d32eba02a305..75c5b57d04079f4fdfeb34b234850790c03fd05f 100644 (file)
@@ -369,7 +369,7 @@ the naming scheme.
 
 .. warning::
 
-    Since this command moves you documents around alot, it is advised to to
+    Since this command moves you documents around a lot, it is advised to to
     a backup before. The renaming logic is robust and will never overwrite
     or delete a file, but you can't ever be careful enough.
 
index b50107003f06e3e7e24bbea27c292d2dd9337399..a04d8c3b1ac6b3e78cc135c5aed9460f9132e533 100644 (file)
@@ -242,7 +242,7 @@ will create a directory structure as follows:
     last filename a document was stored as. If you do rename a file, paperless will
     report your files as missing and won't be able to find them.
 
-Paperless provides the following placeholders withing filenames:
+Paperless provides the following placeholders within filenames:
 
 * ``{asn}``: The archive serial number of the document, or "none".
 * ``{correspondent}``: The name of the correspondent, or "none".
index 90c5918c8b71bd37b93da9ee75c20bd1f8ba6a47..ae789f616eed97f078173b2abf08a871b65432e5 100644 (file)
@@ -185,7 +185,7 @@ PAPERLESS_AUTO_LOGIN_USERNAME=<username>
 PAPERLESS_ADMIN_USER=<username>
     If this environment variable is specified, Paperless automatically creates
     a superuser with the provided username at start. This is useful in cases
-    where you can not run the `createsuperuser` command seperately, such as Kubernetes
+    where you can not run the `createsuperuser` command separately, such as Kubernetes
     or AWS ECS.
 
     Requires `PAPERLESS_ADMIN_PASSWORD` to be set.
@@ -659,7 +659,7 @@ PAPERLESS_CONSUMER_IGNORE_PATTERNS=<json>
 
     This can be adjusted by configuring a custom json array with patterns to exclude.
 
-    Defautls to ``[".DS_STORE/*", "._*", ".stfolder/*"]``.
+    Defaults to ``[".DS_STORE/*", "._*", ".stfolder/*"]``.
 
 Binaries
 ########
index f9c22a48cac28e889ad3ec9dc1fa2fbbe26775e0..71a9272af60c99643305f13bcec9ebdc1733af2b 100644 (file)
@@ -7,7 +7,7 @@ Frequently asked questions
 
 **A:** While Paperless-ngx is already considered largely "feature-complete" it is a community-driven 
 project and development will be guided in this way. New features can be submitted via
-GitHub discussions and "up-voted" by the community but this is not a garauntee the feature
+GitHub discussions and "up-voted" by the community but this is not a guarantee the feature
 will be implemented. This project will always be open to collaboration in the form of PRs,
 ideas etc. 
 
index c7260e1cb9c06409c528f9bb5df288566c333d04..ffaff8f3ec316ce86031250a3bb723059ae7fae9 100644 (file)
@@ -62,7 +62,7 @@ your documents:
 
 1.  OCR the document, if it has no text. Digital documents usually have text,
     and this step will be skipped for those documents.
-2.  Paperless will create an archiveable PDF/A document from your document.
+2.  Paperless will create an archivable PDF/A document from your document.
     If this document is coming from your scanner, it will have embedded selectable text.
 3.  Paperless performs automatic matching of tags, correspondents and types on the
     document before storing it in the database.