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.