Skip to content

Commit 258c6d7

Browse files
authored
Fix minor typo
Lesson 05 - Lecture - Typo fix
2 parents 37181af + dc577af commit 258c6d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎lessons/05-data-loading/lecture/Avatar.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ export default function Avatar({uid, size = 50, bg, className, ...rest }){
157157
// want, but with data loading we aren't "synchronizing" doesn't really feel
158158
// like what we're doing--even though it is.
159159
//
160-
// We can use [], which will only load hte first time, but
160+
// We can use [], which will only load the first time, but
161161
// if the uid ever changes, and we're still rendered, we would be showing the
162162
// wrong avatar.
163163
//

0 commit comments

Comments
(0)