Skip to content

Commit

Permalink
Fix typo in visualizations.md (#943)
Browse files Browse the repository at this point in the history
  • Loading branch information
ecurbelo authored Dec 2, 2024
1 parent e3646fe commit a7291d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus/docs/visualizations.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ in a typical dashboard panel when you view the **JSON** tab in the panel inspect

## Menu

The menu property of type VizPanelMenu is optionl, when set it defines a menu in the top right of the panel. The menu object is only activated when the dropdown menu itself is rendered. So the best way to add dynamic menu actions and links is by adding them in a [behavior](./advanced-behaviors.md) attached to the menu.
The menu property of type VizPanelMenu is optional, when set it defines a menu in the top right of the panel. The menu object is only activated when the dropdown menu itself is rendered. So the best way to add dynamic menu actions and links is by adding them in a [behavior](./advanced-behaviors.md) attached to the menu.

```ts
new VizPanel({
Expand Down

0 comments on commit a7291d1

Please sign in to comment.