Skip to content

Commit a10433f

Browse files
mohamedabusrearigor789
authored andcommitted
fixing brackets (#125)
1 parent 186047e commit a10433f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/en/elements/dialogs/action.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The method is part of the [`dialogs` module](https://docs.nativescript.org/api-r
1515
The `action()` method is available globally. You can call it anywhere in your app.
1616

1717
```JavaScript
18-
action("Your message", "Cancel button text", ["Option1", "Option2"]))
18+
action("Your message", "Cancel button text", ["Option1", "Option2"])
1919
.then(result => {
2020
console.log(result);
2121
});

0 commit comments

Comments
 (0)