Skip to content

Commit 2ec518f

Browse files
committed
Fix typo
1 parent 604bbcd commit 2ec518f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/__tests__/ReactProfiler-test.internal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,7 @@ describe('Profiler', () => {
778778
},
779779
);
780780

781-
// Flush sync work with a nested upate
781+
// Flush sync work with a nested update
782782
ReactNoop.flushSync(() => {
783783
ReactNoop.render(
784784
<React.Profiler id="root" onRender={onRender}>

0 commit comments

Comments
 (0)