Skip to content

Commit

Permalink
docs: remove unnecessary comma
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich authored Apr 12, 2021
1 parent a4c0aa9 commit f4b2564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/ui_actions/README.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ plugins.uiActions.attachAction('MY_APP_PIE_CHART_CLICK', 'DO_SOMETHING');
----

Now your `DO_SOMETHING` action will automatically execute when `MY_APP_PIE_CHART_CLICK`
trigger is triggered; or, if more than one compatible action, is attached to
trigger is triggered; or, if more than one compatible action is attached to
that trigger, user will be presented with a context menu popup to select one
action to execute.

Expand Down

0 comments on commit f4b2564

Please sign in to comment.