Skip to content

Commit

Permalink
Merge pull request NativeScript#161 from m-emelchenkov/patch-1
Browse files Browse the repository at this point in the history
fix typo in code sample
  • Loading branch information
tsonevn authored Nov 4, 2019
2 parents 10550be + 02ad266 commit 66ec60f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/ns-ui-widgets-category/action-bar/usage/usage-page.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ function goBack() {
frameModule.topmost().goBack();
}
function openSettings() {
// implement the cusotm logic
// implement the custom logic
}
exports.goBack = goBack;
exports.openSettings = openSettings;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ export function goBack() {
topmost().goBack();
}
export function openSettings() {
// implement the cusotm logic
// implement the custom logic
}
// << action-bar-basic-usage-sdk-ts

0 comments on commit 66ec60f

Please sign in to comment.