diff options
author | Enver Haase <enver-haase@users.noreply.github.com> | 2016-04-08 18:26:38 +0200 |
---|---|---|
committer | Marko Gronroos <magi@vaadin.com> | 2016-04-08 22:56:51 +0300 |
commit | 7e55b67d374b914e7cad45b16e8c28aa7a424410 (patch) | |
tree | 060be18a9f33fba6809d258f2eef63174386a914 | |
parent | 2f71bce092badfc225d200e197ea217341d6ae8f (diff) | |
download | vaadin-framework-7e55b67d374b914e7cad45b16e8c28aa7a424410.tar.gz vaadin-framework-7e55b67d374b914e7cad45b16e8c28aa7a424410.zip |
Update gwt-shared-state.asciidoc
Change-Id: I6d9dac7b3cb167cfa77b08d9d935437229713a83
-rw-r--r-- | documentation/gwt/gwt-shared-state.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/gwt/gwt-shared-state.asciidoc b/documentation/gwt/gwt-shared-state.asciidoc index 5594dd169c..e0406fdf93 100644 --- a/documentation/gwt/gwt-shared-state.asciidoc +++ b/documentation/gwt/gwt-shared-state.asciidoc @@ -80,7 +80,7 @@ public MyComponent() { [[gwt.shared-state.connector]] -== Handing Shared State in a Connector +== Handling Shared State in a Connector A connector can access a shared state with the [methodname]#getState()# method. The access should be read-only. It is required that you override the base |