Skip to content

Commit ae2cf0f

Browse files
committed
docs: sp corrections in ComponentsProvider
1 parent 2aa6934 commit ae2cf0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ComponentsProvider/ComponentsProvider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export type ComponentsProviderProps = {
4242
*/
4343
viewport?: false | ToastViewportPropsWithoutChildren
4444
/**
45-
* By default the childre are put into their own stacking context to better separate the content from the portalled dialog elements. Set false to turn this off and controll it yourself.
45+
* By default the children are put into their own stacking context to better separate the content from the portalled dialog elements. Set false to turn this off and control it yourself.
4646
*/
4747
isolated?: boolean
4848
} & CSSProps

0 commit comments

Comments
 (0)