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/CreatingASimpleComponentContainer.asciidoc | |
parent | f265739578783ca08b7829ba030a38574b3ed4a7 (diff) | |
download | vaadin-framework-83f5e593f66d36d99b22298e8023afd3c31a6122.tar.gz vaadin-framework-83f5e593f66d36d99b22298e8023afd3c31a6122.zip |
Fix typos (#10124)
Diffstat (limited to 'documentation/articles/CreatingASimpleComponentContainer.asciidoc')
-rw-r--r-- | documentation/articles/CreatingASimpleComponentContainer.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/articles/CreatingASimpleComponentContainer.asciidoc b/documentation/articles/CreatingASimpleComponentContainer.asciidoc index 5e25aa2144..7a94c85ec8 100644 --- a/documentation/articles/CreatingASimpleComponentContainer.asciidoc +++ b/documentation/articles/CreatingASimpleComponentContainer.asciidoc @@ -13,7 +13,7 @@ and `ComponentContainer`{empty}s. ComponentContainers are Components in themselves which can also contain other components. If you are about to implement a component that contains other components, then you'll get a headstart by extending Vaadin's `ComponentContainer`. The biggest feature -is in tranferring the list of server side components from your component +is in transferring the list of server side components from your component to the client. Here's how you do it. [[server-side]] |