From a437c10c7a8e70b40248aef52ac9c4b05b6e5d1b Mon Sep 17 00:00:00 2001 From: Anastasia Smirnova Date: Tue, 30 Jul 2019 14:58:51 +0300 Subject: Add a missing letter (#11676) Fixes https://github.com/vaadin/framework/issues/11409 --- documentation/advanced/advanced-embedding.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/advanced/advanced-embedding.asciidoc b/documentation/advanced/advanced-embedding.asciidoc index 868fac9569..bbb337f255 100644 --- a/documentation/advanced/advanced-embedding.asciidoc +++ b/documentation/advanced/advanced-embedding.asciidoc @@ -106,7 +106,7 @@ have the following features: * The [literal]#++
++# element must have an [literal]#++id++# attribute, which must be a unique ID in the page, normally something that identifies the servlet of the UI uniquely. * It must have at least the [literal]#++v-app++# style class. * it should have a nested [literal]#++
++# element with [literal]#++v-app-loading++# style class. This is a placeholder for the loading indicator that is displayed while the UI is being loaded. -* It should also contain a [literal]#++