fix: spelling

This commit is contained in:
andstu 2023-05-25 00:43:31 -04:00
parent b8afb22902
commit a05dbd2e5a
4 changed files with 7 additions and 7 deletions

View 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, manifest.json will still contain application wide information (e.g. tags, correspondent,
documenttype, etc) 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. in the target directory, named according to the current date.
!!! warning !!! warning

View 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. tag `Name` and `NAME` as they are considered the same.
Per Django documentation, to enable this requires manual intervention. 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: against each table:
`ALTER TABLE <table_name> CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_bin;` `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. 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 - AN-13/UPC-A
- UPC-E - UPC-E

View 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. 2. Make sure that it's on your path.
3. Install all neccessary modules: 3. Install all necessary modules:
```bash ```bash
$ npm install $ 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 3. Serve the documentation. This will spin up a
copy of the documentation at http://127.0.0.1:8000 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. something.
```bash ```bash
@ -395,7 +395,7 @@ responsible for:
- Retrieving the content from the original - Retrieving the content from the original
- Creating a thumbnail - Creating a thumbnail
- _optional:_ Retrieving a created date from the original - _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 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 order to do that, you need to write the parser itself and announce its

View 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`, Git clone to point to `https://github.com/paperless-ngx/paperless-ngx`,
e.g. using the command e.g. using the command
`git remote set-url origin https://github.com/paperless-ngx/paperless-ngx` `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 ## Migrating from Paperless