]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
fix: spelling 3457/head
authorandstu <andstu.dev@gmail.com>
Thu, 25 May 2023 04:43:31 +0000 (00:43 -0400)
committerandstu <andstu.dev@gmail.com>
Thu, 25 May 2023 04:43:31 +0000 (00:43 -0400)
docs/administration.md
docs/advanced_usage.md
docs/development.md
docs/setup.md

index 0f1a6a43f569e77a12bfc5594cbb53da42efc69e..ea246322a4f83424dd15b339f3c14e70ddf6157c 100644 (file)
@@ -303,7 +303,7 @@ will be placed in individual json files, instead of a single JSON file. The main
 manifest.json will still contain application wide information (e.g. tags, correspondent,
 documenttype, etc)
 
-If `-z` or `--zip` is provided, the export will be a zipfile
+If `-z` or `--zip` is provided, the export will be a zip file
 in the target directory, named according to the current date.
 
 !!! warning
index 005bdc4255e9da00a87f78abf1c94fd3e92e47d2..3d1846bf147fe55788b4f7704a91fd4ae5bff290 100644 (file)
@@ -488,7 +488,7 @@ database to be case sensitive. This would prevent a user from creating a
 tag `Name` and `NAME` as they are considered the same.
 
 Per Django documentation, to enable this requires manual intervention.
-To enable case sensetive tables, you can execute the following command
+To enable case sensitive tables, you can execute the following command
 against each table:
 
 `ALTER TABLE <table_name> CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_bin;`
@@ -508,7 +508,7 @@ existing tables) with:
 
 Paperless is able to utilize barcodes for automatically preforming some tasks.
 
-At this time, the library utilized for detection of bacodes supports the following types:
+At this time, the library utilized for detection of barcodes supports the following types:
 
 - AN-13/UPC-A
 - UPC-E
index ddbd9c40e94fdf0a3b5c589e32d07045eb6d6aac..66540fd50d93b910799c8f10db92c8b9f1abcd39 100644 (file)
@@ -186,7 +186,7 @@ The front end is built using AngularJS. In order to get started, you need Node.j
 
 2. Make sure that it's on your path.
 
-3. Install all neccessary modules:
+3. Install all necessary modules:
 
    ```bash
    $ npm install
@@ -362,7 +362,7 @@ If you want to build the documentation locally, this is how you do it:
 
 3.  Serve the documentation. This will spin up a
     copy of the documentation at http://127.0.0.1:8000
-    that will automatically refresh everytime you change
+    that will automatically refresh every time you change
     something.
 
     ```bash
@@ -395,7 +395,7 @@ responsible for:
 - Retrieving the content from the original
 - Creating a thumbnail
 - _optional:_ Retrieving a created date from the original
-- _optional:_ Creainge an archived document from the original
+- _optional:_ Creating an archived document from the original
 
 Custom parsers can be added to Paperless-ngx to support more file types. In
 order to do that, you need to write the parser itself and announce its
index 8cf971d3bca23bab712148987d745c83f1f394ea..e0cf7b0f1317be196786cd76a7b7f95b3591fe77 100644 (file)
@@ -559,7 +559,7 @@ Users who installed with the bare-metal route should also update their
 Git clone to point to `https://github.com/paperless-ngx/paperless-ngx`,
 e.g. using the command
 `git remote set-url origin https://github.com/paperless-ngx/paperless-ngx`
-and then pull the lastest version.
+and then pull the latest version.
 
 ## Migrating from Paperless