Skip to content
Merged

Fix typo #20279

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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