Skip to content

Commit

Permalink
fix typo in sample
Browse files Browse the repository at this point in the history
  • Loading branch information
m-emelchenkov authored Oct 7, 2019
1 parent 2381b68 commit f725f16
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit f725f16

Please sign in to comment.