diff options
author | elmot <elmot@vaadin.com> | 2015-12-29 17:47:51 +0200 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2016-04-28 13:22:04 +0000 |
commit | 4a2ab9017b96d97aa2edab33913c42c9b435fb8b (patch) | |
tree | 73412ab6f51226b4aabcae7d77bf58e73d192bd6 /documentation/application | |
parent | 20f012cb6998ed276c333eab67f8b7227df23b12 (diff) | |
download | vaadin-framework-4a2ab9017b96d97aa2edab33913c42c9b435fb8b.tar.gz vaadin-framework-4a2ab9017b96d97aa2edab33913c42c9b435fb8b.zip |
Fixed language mistakes
Change-Id: I838fccb573166791bf7fdcd9bc292dd9a4ae810c
Diffstat (limited to 'documentation/application')
-rw-r--r-- | documentation/application/application-errors.asciidoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/application/application-errors.asciidoc b/documentation/application/application-errors.asciidoc index f1406191bb..efadaa414b 100644 --- a/documentation/application/application-errors.asciidoc +++ b/documentation/application/application-errors.asciidoc @@ -36,8 +36,8 @@ image::img/errorindicator-example2.png[scaledwidth=40%] If the connection to the server is lost, Vaadin application shows a "lost connection" notification and tries to restore the connection. After several retries, an error message is shown. -You can customize the messages, timeouts and the number of reconnect attempts using [classname]#ReconnectDialogConfiguration# -class. Use [methodname]#getReconnectDialogConfiguration# of your [classname]#UI# object. +You can customize the messages, timeouts, and the number of reconnect attempts in the [classname]#ReconnectDialogConfiguration# +object, which you can access from your [classname]#UI# with [methodname]#getReconnectDialogConfiguration()#. ifdef::web[] [[application.errors.systemmessages]] |