Fix: Typo on a word

Typo on a word i found while reading the documentation.
This commit is contained in:
Alejandro Pinar Ruiz 2022-05-26 20:26:40 +02:00 committed by GitHub
parent 5b9a273838
commit 87d66ae847
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ When updating the config through the JSON editor in the UI, you have two save op
If you have authentication set up, then any user who is not an admin (with `type: admin`) will not be able to write changes to disk.
You can also prevent changes fro any user being written to disk, using `preventWriteToDisk`. Or prevent any changes from being saved locally in browser storage, using `preventLocalSave`.
You can also prevent changes from any user being written to disk, using `preventWriteToDisk`. Or prevent any changes from being saved locally in browser storage, using `preventLocalSave`.
To disable all UI config features, set `disableConfiguration`.