diff options
author | Ahmed Ashour <asashour@yahoo.com> | 2017-10-04 10:29:34 +0200 |
---|---|---|
committer | Henri Sara <henri.sara@gmail.com> | 2017-10-04 11:29:34 +0300 |
commit | 83f5e593f66d36d99b22298e8023afd3c31a6122 (patch) | |
tree | f17f2a455cd928e3867f58274df68b4014da781d /documentation/articles/SettingAndReadingSessionAttributes.asciidoc | |
parent | f265739578783ca08b7829ba030a38574b3ed4a7 (diff) | |
download | vaadin-framework-83f5e593f66d36d99b22298e8023afd3c31a6122.tar.gz vaadin-framework-83f5e593f66d36d99b22298e8023afd3c31a6122.zip |
Fix typos (#10124)
Diffstat (limited to 'documentation/articles/SettingAndReadingSessionAttributes.asciidoc')
-rw-r--r-- | documentation/articles/SettingAndReadingSessionAttributes.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/articles/SettingAndReadingSessionAttributes.asciidoc b/documentation/articles/SettingAndReadingSessionAttributes.asciidoc index 4d96c47e5c..72db6bef11 100644 --- a/documentation/articles/SettingAndReadingSessionAttributes.asciidoc +++ b/documentation/articles/SettingAndReadingSessionAttributes.asciidoc @@ -14,7 +14,7 @@ data, e.g. how long it should be kept around and what parts of the code should have access to it. 1. Store the data as a field in your UI subclass. The data is easily -accesible from components belonging to that UI instance and the data +accessible from components belonging to that UI instance and the data will be gone when the UI is closed. 2. Store data in the `VaadinServiceSession`. The data is easily accessible from any UI belonging to the same VaadinServlet or |