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/IIInjectionAndScopes.asciidoc | |
parent | f265739578783ca08b7829ba030a38574b3ed4a7 (diff) | |
download | vaadin-framework-83f5e593f66d36d99b22298e8023afd3c31a6122.tar.gz vaadin-framework-83f5e593f66d36d99b22298e8023afd3c31a6122.zip |
Fix typos (#10124)
Diffstat (limited to 'documentation/articles/IIInjectionAndScopes.asciidoc')
-rw-r--r-- | documentation/articles/IIInjectionAndScopes.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/articles/IIInjectionAndScopes.asciidoc b/documentation/articles/IIInjectionAndScopes.asciidoc index cbf843ebde..f8aa692bd8 100644 --- a/documentation/articles/IIInjectionAndScopes.asciidoc +++ b/documentation/articles/IIInjectionAndScopes.asciidoc @@ -147,7 +147,7 @@ public class UserInfo implements Serializable { .... We'll inject that to the UI and assign the user some name during -initalization (for now) +initialization (for now) [source,java] .... |