diff options
author | Alejandro Duarte <alejandro@vaadin.com> | 2016-04-18 12:15:43 +0300 |
---|---|---|
committer | Alejandro Duarte <alejandro@vaadin.com> | 2016-04-18 12:15:43 +0300 |
commit | acba4ff413db5a6e68b85c4e7dd72d76cc7367f6 (patch) | |
tree | 509d4bfa67ea9b0c81274a5c4974e98c0b16385e /documentation/tutorial.adoc | |
parent | 23dac22b45c6f7d5ad534450e32a24cdb21d5ed1 (diff) | |
download | vaadin-framework-acba4ff413db5a6e68b85c4e7dd72d76cc7367f6.tar.gz vaadin-framework-acba4ff413db5a6e68b85c4e7dd72d76cc7367f6.zip |
Fixed typo in tutorial
Change-Id: I9f49acded4bc36e0a7ae789729eaa2b50859b614
Diffstat (limited to 'documentation/tutorial.adoc')
-rw-r--r-- | documentation/tutorial.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/tutorial.adoc b/documentation/tutorial.adoc index fa8ceecfed..cc70a762bc 100644 --- a/documentation/tutorial.adoc +++ b/documentation/tutorial.adoc @@ -712,7 +712,7 @@ private Button save = new Button("Save"); private Button delete = new Button("Delete"); ---- -Also, we will laterneed a reference to the currently edited Customer object, +Also, we will later need a reference to the currently edited Customer object, CustomerService and the MyUI that uses this class. Add these fields and a basic constructor that accepts MyUI as a parameter to the CustomerForm class: |