You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by an...@apache.org on 2020/04/22 20:02:38 UTC

[royale-docs] branch master updated: Update data-model.md

This is an automated email from the ASF dual-hosted git repository.

andreww pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 025fda8  Update data-model.md
025fda8 is described below

commit 025fda8452f30cfcd7670ddddd5a63915212ec1a
Author: Andrew Wetmore <an...@cottage14.com>
AuthorDate: Wed Apr 22 17:02:32 2020 -0300

    Update data-model.md
    
    Minor text edit
---
 create-an-application/application-tutorial/data-model.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/create-an-application/application-tutorial/data-model.md b/create-an-application/application-tutorial/data-model.md
index 9a48f3b..a39ad06 100644
--- a/create-an-application/application-tutorial/data-model.md
+++ b/create-an-application/application-tutorial/data-model.md
@@ -116,7 +116,9 @@ And, of course, we have to tell the service to go fetch the configuration file,
 initialize="configurator.send()"
 ```
 
-Now if you build and run this, nothing will show up. So now let's go create the view (user interface).
+If you build and run the application at this point, you will get a series of errors because. We have written the code to get the data we need, but we have not yet given it a place to put the data: the user interface or _view_.
+
+Let's create that now.
 
 {:align="center"}
 [Previous Page](create-an-application/application-tutorial/main) \| [Next Page](create-an-application/application-tutorial/view)