diff options
Diffstat (limited to 'documentation/architecture/architecture-client-side.asciidoc')
-rw-r--r-- | documentation/architecture/architecture-client-side.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/architecture/architecture-client-side.asciidoc b/documentation/architecture/architecture-client-side.asciidoc index fa2336a1fa..72a1287f39 100644 --- a/documentation/architecture/architecture-client-side.asciidoc +++ b/documentation/architecture/architecture-client-side.asciidoc @@ -12,7 +12,7 @@ Engine"))) The user interface of a server-side Vaadin application is rendered in the browser by the Vaadin Client-Side Engine. It is loaded in the browser when the page with the Vaadin UI is opened. The server-side UI components are rendered -using __widgets__ (as they are called in Google Web Toolkit) on the client-side. +using __widgets__ (as they are called in GWT) on the client-side. The client-side engine is illustrated in <<figure.architecture.client-side>>. [[figure.architecture.client-side]] |