chore: typo

This commit is contained in:
mathuo 2021-11-16 22:05:16 +00:00
parent 28ffd9f01b
commit 760c28ff8c
No known key found for this signature in database
GPG Key ID: C6EEDEFD6CA07281

View File

@ -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'
);
}