Merge pull request #714 from NotWearingPants/patch-1

docs: fix typo in core/panels/tabs
This commit is contained in:
mathuo 2024-10-04 20:09:27 +01:00 committed by GitHub
commit bc455265cd
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'>