Skip to content

Commit dbac6ac

Browse files
tr00stpimterry
andcommitted
Update stories/html.stories.js
Fixing typo Co-authored-by: Tim Perry <[email protected]>
1 parent 94aed1c commit dbac6ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stories/html.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ export const DefaultToFallbackElementWhenNotInUse = () => {
461461
</div>;
462462
};
463463

464-
export const PersistPlaybackWhilstDispalyedInAHiddenElement = () => {
464+
export const PersistPlaybackWhilstDisplayedInAHiddenElement = () => {
465465
const fallbackRef = React.useRef(undefined);
466466
const portalNode = React.useMemo(() => createHtmlPortalNode({ fallbackMountNode: fallbackRef }), []);
467467
const [showPortal, setShowPortal] = React.useState(true);

0 commit comments

Comments
 (0)