Skip to content

Commit 4d40b86

Browse files
authored
Update exercises/03.use-effect/01.problem.callback/index.tsx
1 parent 4a25196 commit 4d40b86

File tree

1 file changed

+1
-1
lines changed
  • exercises/03.use-effect/01.problem.callback

1 file changed

+1
-1
lines changed

exercises/03.use-effect/01.problem.callback/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function render(newPhase: Phase) {
6767
// 🐨 wrap this in flushSync
6868
appRoot.render(<Counter />)
6969

70-
// 🐨 add a for of loop for all the effects and call their callbacks,
70+
// 🐨 add a for of loop for all the effects and call their callbacks,
7171
// making sure to skip over any undefined effects
7272
}
7373

0 commit comments

Comments
 (0)