diff options
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]] |