From 1b7f29e80070ae1d452b1fec4a58558a8140b6ae Mon Sep 17 00:00:00 2001 From: NotWearingPants <26556598+NotWearingPants@users.noreply.github.com> Date: Wed, 18 Sep 2024 01:41:51 +0300 Subject: [PATCH] docs: fix typo in core/panels/tabs --- packages/docs/docs/core/panels/tabs.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docs/docs/core/panels/tabs.mdx b/packages/docs/docs/core/panels/tabs.mdx index 37f5d4e76..4ea2b2ae6 100644 --- a/packages/docs/docs/core/panels/tabs.mdx +++ b/packages/docs/docs/core/panels/tabs.mdx @@ -109,7 +109,7 @@ not implemented ## Accessing Custom Panel Parameters -You can provide a generic type that matches the structure of the epxected custom panels parameters +You can provide a generic type that matches the structure of the expected custom panels parameters to provide type-hints for the panel parameters which can be accessed via the `params` option.