Skip to content

Commit 4e47774

Browse files
authored
Merge pull request NativeScript#666 from tdous/patch-1
Fixed reference to 'line 6' of 'app.component.ts'
2 parents 01fecdc + ae5127b commit 4e47774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial/chapter-1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ JS ERROR Error: Building UI from XML. @file:///app/main-page.xml:2:50
241241
> close tag
242242
```
243243

244-
Let’s fix the error now by adding the `>` back to line 6 in your `app.component.ts` file.
244+
Let’s fix the error now by adding the `>` back to line 2 in your `main-page.xml` file.
245245

246246
``` XML
247247
<ActionBar title="My Apple" class="action-bar"></ActionBar>

0 commit comments

Comments
 (0)