Skip to content

Commit b488a5d

Browse files
NE-SmallTownnhunzaker
authored andcommitted
Fix test comment typo (#13568)
1 parent 4bcee56 commit b488a5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-dom/src/__tests__/ReactMount-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ describe('ReactMount', () => {
302302
ReactDOM.render(<Foo>a</Foo>, container2);
303303
// The update did not flush yet.
304304
expect(container1.textContent).toEqual('1');
305-
// The initial mount flushed, but not the update scheduled in cDU.
305+
// The initial mount flushed, but not the update scheduled in cDM.
306306
expect(container2.textContent).toEqual('a');
307307
});
308308
// All updates have flushed.

0 commit comments

Comments
 (0)