Skip to content

Commit 4a25196

Browse files
authored
Update index.tsx
More minor fixes to instructions.
1 parent 39ada30 commit 4a25196

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
@@ -68,7 +68,7 @@ function render(newPhase: Phase) {
6868
appRoot.render(<Counter />)
6969

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

7474
render(INITIALIZATION)

0 commit comments

Comments
 (0)