From a05dbd2e5a6a6293e1b418b09298c45ba30f491e Mon Sep 17 00:00:00 2001 From: andstu Date: Thu, 25 May 2023 00:43:31 -0400 Subject: [PATCH] fix: spelling --- docs/administration.md | 2 +- docs/advanced_usage.md | 4 ++-- docs/development.md | 6 +++--- docs/setup.md | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/administration.md b/docs/administration.md index 0f1a6a43f..ea246322a 100644 --- a/docs/administration.md +++ b/docs/administration.md @@ -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 diff --git a/docs/advanced_usage.md b/docs/advanced_usage.md index 005bdc425..3d1846bf1 100644 --- a/docs/advanced_usage.md +++ b/docs/advanced_usage.md @@ -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 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 diff --git a/docs/development.md b/docs/development.md index ddbd9c40e..66540fd50 100644 --- a/docs/development.md +++ b/docs/development.md @@ -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 diff --git a/docs/setup.md b/docs/setup.md index 8cf971d3b..e0cf7b0f1 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -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