mirror of
https://github.com/mathuo/dockview
synced 2025-09-01 06:56:24 +00:00
chore: typo
This commit is contained in:
parent
28ffd9f01b
commit
760c28ff8c
@ -41,7 +41,7 @@ const Panel: React.FunctionComponent<WithChildren> = (props: WithChildren) => {
|
||||
|
||||
if (isInvalid) {
|
||||
throw new Error(
|
||||
'Children of DockviewComponents.Panel must be one of the following: DockviewComponents.Contents, DockviewComponents.Actions, DockviewComponents.Tab'
|
||||
'Children of DockviewComponents.Panel must be one of the following: DockviewComponents.Content, DockviewComponents.Actions, DockviewComponents.Tab'
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user