We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 060e7e5 commit 3ff6bc1Copy full SHA for 3ff6bc1
stories/html.stories.js
@@ -446,7 +446,7 @@ storiesOf('Portals', module)
446
447
return <StoryComponent />;
448
})
449
- .add('persist playback whilst dispalyed in a hidden element', () => {
+ .add('persist playback whilst displayed in a hidden element', () => {
450
const StoryComponent = () => {
451
const fallbackRef = React.useRef(undefined);
452
const portalNode = React.useMemo(() => createHtmlPortalNode({ fallbackMountNode: fallbackRef }), []);
0 commit comments