Skip to content

Commit

Permalink
add missing space in storage docs (#3963)
Browse files Browse the repository at this point in the history
That's it, just a missing space
  • Loading branch information
NiklasNeugebauer authored Nov 8, 2024
1 parent 95d4349 commit ac8c611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/documentation/content/storage_documentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ac8c611

Please sign in to comment.