From acba4ff413db5a6e68b85c4e7dd72d76cc7367f6 Mon Sep 17 00:00:00 2001 From: Alejandro Duarte Date: Mon, 18 Apr 2016 12:15:43 +0300 Subject: Fixed typo in tutorial Change-Id: I9f49acded4bc36e0a7ae789729eaa2b50859b614 --- documentation/tutorial.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation') 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: -- cgit v1.2.3