Harbs closed pull request #10: fix typo thir to theri URL: https://github.com/apache/royale-docs/pull/10
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/create-an-application/application-tutorial/view.md b/create-an-application/application-tutorial/view.md index 4893e6e..c831aa9 100644 --- a/create-an-application/application-tutorial/view.md +++ b/create-an-application/application-tutorial/view.md @@ -37,7 +37,7 @@ Inside the VView tag we add the DataGrid </js:DataGrid> ``` -We want to display the date of the commit, who made the commit, and the commit message, each in thir own column on each row of the DataGrid. So inside the DataGrid, we add: +We want to display the date of the commit, who made the commit, and the commit message, each in their own column on each row of the DataGrid. So inside the DataGrid, we add: ```XML <js:columns> ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
