Browse Source

Small documentation correction (from github).

Original pull request is https://github.com/vaadin/vaadin/pull/68.

Change-Id: If6dd0490a52cab3fc0bf59224546e0d295fe666c
tags/8.0.0.alpha7
Denis Anisimov 7 years ago
parent
commit
d803404e97
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      documentation/application/application-architecture.asciidoc

+ 2
- 2
documentation/application/application-architecture.asciidoc View File

@@ -178,8 +178,8 @@ with CustomComponent">>.
[[application.architecture.navigation]]
== View Navigation

While the most simple applications have just a single __view__ (or __screen__),
perhaps most have many. Even in a single view, you often want to have sub-views,
While the simplest applications have just one __view__ (or __screen__), most of them often require several.
Even in a single view, you often want to have sub-views,
for example to display different content.
<<figure.application.architecture.navigation>> illustrates a typical navigation
between different top-level views of an application, and a main view with

Loading…
Cancel
Save