docs: fix typo in core/panels/tabs

This commit is contained in:
NotWearingPants 2024-09-18 01:41:51 +03:00 committed by GitHub
parent 693a3cd6ef
commit 1b7f29e800
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.
<FrameworkSpecific framework='React'>