summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad <wheelmanstudio@users.noreply.github.com>2016-06-01 02:19:05 +0600
committerMarko Grönroos <magi@vaadin.com>2016-06-09 10:20:51 +0000
commit37e0cc14dd91528b0223e48a7755aec91a5eee2e (patch)
tree6971d5914bd781cf362224b30bfe13024e67b81f
parent5ce9d387a1b0b749f12feb627a3d56556a9727a5 (diff)
downloadvaadin-framework-37e0cc14dd91528b0223e48a7755aec91a5eee2e.tar.gz
vaadin-framework-37e0cc14dd91528b0223e48a7755aec91a5eee2e.zip
Unneeded duplicate of the word "should"
Just a typo Change-Id: I814c583f91fa6724f8ad8785c8cc2ae939aa99f4
-rw-r--r--documentation/gwt/gwt-shared-state.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/gwt/gwt-shared-state.asciidoc b/documentation/gwt/gwt-shared-state.asciidoc
index e0406fdf93..6e14b6c435 100644
--- a/documentation/gwt/gwt-shared-state.asciidoc
+++ b/documentation/gwt/gwt-shared-state.asciidoc
@@ -96,7 +96,7 @@ public MyComponentState getState() {
State changes made on the server-side are communicated transparently to the
client-side. When a state change occurs, the [methodname]#onStateChanged()#
-method in the connector is called. You should should always call the superclass
+method in the connector is called. You should always call the superclass
method before anything else to handle changes to common component properties.