]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fix typo (#11466)
authorMehdi Javan <32511762+mehdi-vaadin@users.noreply.github.com>
Wed, 27 Feb 2019 07:17:21 +0000 (09:17 +0200)
committerSun Zhe <31067185+ZheSun88@users.noreply.github.com>
Wed, 27 Feb 2019 07:17:21 +0000 (09:17 +0200)
documentation/tutorial.adoc

index f84a4ddca52f27be63496f29b37b3c4966640362..6f31a127e168e7f9c9ab3c3f2a94f2a01f8aa79a 100644 (file)
@@ -870,7 +870,7 @@ delete.addClickListener(e->this.delete());
 ----
 
 TIP: For a truly re-usable form component in a real life project, you'd want to
-introduce an interface to replace the myUI field or, event better, use an event
+introduce an interface to replace the myUI field or, even better, use an event
 system like https://vaadin.com/wiki/-/wiki/main/Events+and+contexts[CDI events]
 to completely decouple the components. We'll leave that out of this tutorial for
 simplicity.