Skip to content

Commit 9a53986

Browse files
authored
Merge pull request btholt#12 from notdrone/patch-1
Fix typo
2 parents 857a24b + 2cb4312 commit 9a53986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Carousel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class Carousel extends React.Component {
3838
key={photo.value}
3939
src={photo.value}
4040
className={index === active ? "active" : ""}
41-
alt="animal thumnbail"
41+
alt="animal thumbnail"
4242
/>
4343
))}
4444
</div>

0 commit comments

Comments
 (0)