From ac8c611455b9f83f61f374a5c69d7185d72df8a1 Mon Sep 17 00:00:00 2001 From: Niklas Neugebauer <68709968+NiklasNeugebauer@users.noreply.github.com> Date: Fri, 8 Nov 2024 12:17:44 +0100 Subject: [PATCH] add missing space in storage docs (#3963) That's it, just a missing space --- website/documentation/content/storage_documentation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/documentation/content/storage_documentation.py b/website/documentation/content/storage_documentation.py index 87794941a..9a29faae1 100644 --- a/website/documentation/content/storage_documentation.py +++ b/website/documentation/content/storage_documentation.py @@ -41,7 +41,7 @@ However, `app.storage.user` is generally preferred due to its advantages in reducing data payload, enhancing security, and offering larger storage capacity. By default, NiceGUI holds a unique identifier for the browser session in `app.storage.browser['id']`. This storage is only available within [page builder functions](/documentation/page) - and requires the `storage_secret` parameter in`ui.run()` to sign the browser session cookie. + and requires the `storage_secret` parameter in `ui.run()` to sign the browser session cookie. The following table will help you to choose storage.