Skip to content

Commit 3ff6bc1

Browse files
tr00stpimterry
andauthored
Update stories/html.stories.js
Fixing typo Co-authored-by: Tim Perry <1526883+pimterry@users.noreply.github.com>
1 parent 060e7e5 commit 3ff6bc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stories/html.stories.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ storiesOf('Portals', module)
446446

447447
return <StoryComponent />;
448448
})
449-
.add('persist playback whilst dispalyed in a hidden element', () => {
449+
.add('persist playback whilst displayed in a hidden element', () => {
450450
const StoryComponent = () => {
451451
const fallbackRef = React.useRef(undefined);
452452
const portalNode = React.useMemo(() => createHtmlPortalNode({ fallbackMountNode: fallbackRef }), []);

0 commit comments

Comments
 (0)