Skip to content

Commit f4171f1

Browse files
committed
Fix minor typo
1 parent 6af3e89 commit f4171f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎lessons/11-animation/lecture/Dashboard.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ function Day({
166166
//
167167
// - We'll also use an "ease out" bezier curve for a nicer effect
168168
//
169-
// - Move the hook into it's own component so we don't do this animation all
169+
// - Move the hook into its own component so we don't do this animation all
170170
// the time, even when we don't use it.
171171
//
172172
// (Don't forget to remove `value` from the deps array!)

0 commit comments

Comments
(0)