From b00a2d522211622f4267f053685e15f52a64772a Mon Sep 17 00:00:00 2001 From: Remko Date: Tue, 27 Feb 2024 08:57:26 +0100 Subject: [PATCH] Fixed typo --- docs/features/Dynamic_menu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/Dynamic_menu.md b/docs/features/Dynamic_menu.md index d46eb7c..dd7f2bc 100644 --- a/docs/features/Dynamic_menu.md +++ b/docs/features/Dynamic_menu.md @@ -13,7 +13,7 @@ A menu item consists of the following properties | Property Name | Options/Type | Optional Values and Their Use | | -------------------------------------------- | ---------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | | `label` | `string` | The name of the menu item. | -| `type` | `internal`/`extrernal` | The type of the menu item of which it links to, to an external or internal page. | +| `type` | `internal`/`external` | The type of the menu item of which it links to, to an external or internal page. | | `current` | `object` | An object that when true will set the menu item to current. | | `current.pathname` | `string` | The pathname on whitch path the menu item is current. pathname = "/Roadmap" is current at https://opencatalogi.github.io/product-website-template/Roadmap/ | | `handleClick` | `object` | An object that tells the menu item what to do when clicked on. |