From 4a2ab9017b96d97aa2edab33913c42c9b435fb8b Mon Sep 17 00:00:00 2001 From: elmot Date: Tue, 29 Dec 2015 17:47:51 +0200 Subject: Fixed language mistakes Change-Id: I838fccb573166791bf7fdcd9bc292dd9a4ae810c --- documentation/application/application-errors.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation/application') 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]] -- cgit v1.2.3