Skip to content

Commit

Permalink
Fix typo (facebook#20279)
Browse files Browse the repository at this point in the history
  • Loading branch information
inokawa committed Dec 8, 2020
1 parent 51a7cfe commit cdae31a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -87,7 +87,7 @@ describe('ReactDOMServerPartialHydration', () => {
});

// Note: This is based on a similar component we use in www. We can delete
// once the extra div wrapper is no longer neccessary.
// once the extra div wrapper is no longer necessary.
function LegacyHiddenDiv({children, mode}) {
return (
<div hidden={mode === 'hidden'}>
Expand Down
2 changes: 1 addition & 1 deletion packages/react-refresh/src/__tests__/ReactFresh-test.js
Expand Up @@ -76,7 +76,7 @@ describe('ReactFresh', () => {
}

// Note: This is based on a similar component we use in www. We can delete
// once the extra div wrapper is no longer neccessary.
// once the extra div wrapper is no longer necessary.
function LegacyHiddenDiv({children, mode}) {
return (
<div hidden={mode === 'hidden'}>
Expand Down

0 comments on commit cdae31a

Please sign in to comment.