From a7291d113323bdb034e54a8aab34dd95237c0b3a Mon Sep 17 00:00:00 2001 From: Elena Curbelo Date: Mon, 2 Dec 2024 21:04:20 +0000 Subject: [PATCH] Fix typo in visualizations.md (#943) --- docusaurus/docs/visualizations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus/docs/visualizations.md b/docusaurus/docs/visualizations.md index 3cfe921e4..a439ff208 100644 --- a/docusaurus/docs/visualizations.md +++ b/docusaurus/docs/visualizations.md @@ -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({