From 87d66ae847928fbc99fbe60d9ea5f03f15dc4706 Mon Sep 17 00:00:00 2001 From: Alejandro Pinar Ruiz <37040888+pinarruiz@users.noreply.github.com> Date: Thu, 26 May 2022 20:26:40 +0200 Subject: [PATCH] Fix: Typo on a word Typo on a word i found while reading the documentation. --- docs/configuring.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuring.md b/docs/configuring.md index 2ef8268c..a2d88aaf 100644 --- a/docs/configuring.md +++ b/docs/configuring.md @@ -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`.