aboutsummaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorAnastasia Smirnova <anasmi@utu.fi>2019-07-30 14:58:51 +0300
committerZhe Sun <31067185+ZheSun88@users.noreply.github.com>2019-07-30 14:58:51 +0300
commita437c10c7a8e70b40248aef52ac9c4b05b6e5d1b (patch)
tree06d1b5c95bce2c8f159ac877d59b5f0a6f9f6f44 /documentation
parent3c8d9db1478d149acd780a6ae67d70f788a2d6d3 (diff)
downloadvaadin-framework-a437c10c7a8e70b40248aef52ac9c4b05b6e5d1b.tar.gz
vaadin-framework-a437c10c7a8e70b40248aef52ac9c4b05b6e5d1b.zip
Add a missing letter (#11676)
Fixes https://github.com/vaadin/framework/issues/11409
Diffstat (limited to 'documentation')
-rw-r--r--documentation/advanced/advanced-embedding.asciidoc2
1 files changed, 1 insertions, 1 deletions
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]#++<div>++# 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]#++<div>++# 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]#++<noscript>++# element that is shown if the browser does not support JavaScript or it has been disabled. The content of the element should instruct the use to enable JavaScript in the browser.
+* It should also contain a [literal]#++<noscript>++# element that is shown if the browser does not support JavaScript or it has been disabled. The content of the element should instruct the user to enable JavaScript in the browser.
The placeholder element can include style settings, typically a width and
height. If the sizes are not defined, the UI will have an undefined size in the