Skip to content

Commit 92f094d

Browse files
NE-SmallTownSunil Pai
authored and
Sunil Pai
committed
fix typo: oncurrent - concurrent (#16633)
1 parent 46f912f commit 92f094d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-dom/src/__tests__/ReactDOMFiberAsync-test.internal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ describe('ReactDOMFiberAsync', () => {
124124
expect(container.textContent).toEqual('Bye');
125125
});
126126

127-
it('deep updates (setState) are oncurrent', () => {
127+
it('deep updates (setState) are concurrent', () => {
128128
let instance;
129129
class Component extends React.Component {
130130
state = {step: 0};

0 commit comments

Comments
 (0)