diff options
author | Ahmed Ashour <asashour@yahoo.com> | 2017-10-04 10:29:34 +0200 |
---|---|---|
committer | Henri Sara <henri.sara@gmail.com> | 2017-10-04 11:29:34 +0300 |
commit | 83f5e593f66d36d99b22298e8023afd3c31a6122 (patch) | |
tree | f17f2a455cd928e3867f58274df68b4014da781d /documentation/articles/VaadinCDI.asciidoc | |
parent | f265739578783ca08b7829ba030a38574b3ed4a7 (diff) | |
download | vaadin-framework-83f5e593f66d36d99b22298e8023afd3c31a6122.tar.gz vaadin-framework-83f5e593f66d36d99b22298e8023afd3c31a6122.zip |
Fix typos (#10124)
Diffstat (limited to 'documentation/articles/VaadinCDI.asciidoc')
-rw-r--r-- | documentation/articles/VaadinCDI.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/articles/VaadinCDI.asciidoc b/documentation/articles/VaadinCDI.asciidoc index 99b1efd16d..16d4cbc323 100644 --- a/documentation/articles/VaadinCDI.asciidoc +++ b/documentation/articles/VaadinCDI.asciidoc @@ -55,7 +55,7 @@ necessary and might in some cases even cause conflicts. + * *Objects must be injected* and managed by the CDI implementation in order to use CDI features. ** *Use @Inject on an instance field* to make the CDI implementation -inject a managed intstance of the corresponding type. +inject a managed instance of the corresponding type. ** *Annotate your UI class with @CDIUI("")* to let Vaadin CDI know that it should inject and use instances of that class when the application is opened in the browser. |