Skip to content

Commit ace514c

Browse files
bsyktjvantoll
authored andcommitted
Update ng-chapter-4.md
Typo - programmaticly -> programmatically
1 parent cc47e92 commit ace514c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial/ng-chapter-4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The `*.ios.*` and `*.android.*` naming convention should look familiar, as it’
3232

3333
## 4.1: UI elements
3434

35-
So far, you’ve only used NativeScript UI elements by including them in an Angular 2 component’s `template`, but you can also programmaticly create and access UI elements, and each UI element has a set of properties and methods you can use to customize your app. To see how this works lets access the `<Page>` UI element and make some changes to it.
35+
So far, you’ve only used NativeScript UI elements by including them in an Angular 2 component’s `template`, but you can also programmatically create and access UI elements, and each UI element has a set of properties and methods you can use to customize your app. To see how this works lets access the `<Page>` UI element and make some changes to it.
3636

3737
<h4 class="exercise-start">
3838
<b>Exercise</b>: Customize the Page

0 commit comments

Comments
 (0)