Skip to content

Commit

Permalink
Quick spelling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tjvantoll committed Feb 1, 2017
1 parent 8244a8e commit 6b64992
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tutorial/chapter-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ JS: === dump(): finished ===

<div class="exercise-end"></div>

The `console.log()` and `console.dump()` functions are two of the many tools available when debugging your NativeScript applications. You might want to try out [step debugging](https://www.nativescript.org/nativescript-for-visual-studio-code) as you move into more advanced developement, but for now let’s shift our attention to how to deal with errors in NativeScript apps.
The `console.log()` and `console.dump()` functions are two of the many tools available when debugging your NativeScript applications. You might want to try out [step debugging](https://www.nativescript.org/nativescript-for-visual-studio-code) as you move into more advanced development, but for now let’s shift our attention to how to deal with errors in NativeScript apps.

<h4 class="exercise-start">
<b>Exercise</b>: Error handling in NativeScript
Expand Down
2 changes: 1 addition & 1 deletion tutorial/ng-chapter-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ JS: === dump(): finished ===

<div class="exercise-end"></div>

The `console.log()` and `console.dump()` functions are two of the many tools available when debugging your NativeScript applications. You might want to try out [step debugging](https://www.nativescript.org/nativescript-for-visual-studio-code) as you move into more advanced developement, but for now let’s shift our attention to how to deal with errors in NativeScript apps.
The `console.log()` and `console.dump()` functions are two of the many tools available when debugging your NativeScript applications. You might want to try out [step debugging](https://www.nativescript.org/nativescript-for-visual-studio-code) as you move into more advanced development, but for now let’s shift our attention to how to deal with errors in NativeScript apps.

<h4 class="exercise-start">
<b>Exercise</b>: Error handling in NativeScript
Expand Down

0 comments on commit 6b64992

Please sign in to comment.