Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gnoff committed Feb 8, 2023
1 parent 3feb583 commit 3de6076
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1021,7 +1021,7 @@ describe('ReactDOM HostSingleton', () => {
});

// https://github.com/facebook/react/issues/26128
it('(#26128) does not throw when rendering at documentElement', async () => {
it('(#26128) does not throw when rendering at document', async () => {
ReactDOM.render(<html />, document);
});
});

0 comments on commit 3de6076

Please sign in to comment.