Update docs/configuration.rst for consistency

Co-authored-by: Quinn Casey <quinn@quinncasey.com>
This commit is contained in:
shamoon 2022-04-02 01:37:37 -07:00 committed by GitHub
parent c62260ab02
commit a4e7877033
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -766,7 +766,7 @@ PAPERLESS_OCR_LANGUAGES=<list>
Defaults to none, which does not install any additional languages.
PAPERLESS_ENABLE_UPDATE_CHECK=<bool>
Enabling this option enables the check for available updates, which works by
Enable (or disable) the automatic check for available updates. This works by
pinging the releases endpoint of the Github API for the project e.g.
https://api.github.com/repos/paperless-ngx/paperless-ngx/releases/latest
to determine whether a new version is available. Actual updating of the app must be done manually.