From eb34b83ff0afa1cc828da554da672c9e85f820ea Mon Sep 17 00:00:00 2001 From: Shafi Date: Wed, 2 Jun 2021 08:43:56 +0600 Subject: [PATCH] Fix typo --- docs/components/indigo-layout/1.9/frame-nav.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/indigo-layout/1.9/frame-nav.md b/docs/components/indigo-layout/1.9/frame-nav.md index 26f3dd7..1d13b5f 100644 --- a/docs/components/indigo-layout/1.9/frame-nav.md +++ b/docs/components/indigo-layout/1.9/frame-nav.md @@ -40,7 +40,7 @@ An array should contain items which match the following scheme: */ { name: 'Item name', // required parameter - link: '/link-ulr', // required if the `children` parameter is not specified + link: '/link-url', // required if the `children` parameter is not specified children: [ // required if the `link` parameter is not specified { name: 'Child item',