diff options
Diffstat (limited to 'documentation/gwt')
-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 |