Skip to content

Commit 1267892

Browse files
authored
Merge pull request #62 from filipw01/master
Correct Likde to Like
2 parents 87b51c2 + 0805536 commit 1267892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6303,7 +6303,7 @@ You can download the PDF and Epub version of this repository from the latest run
63036303
if( this.state.liked ) {
63046304
return <blueLike />;
63056305
} else {
6306-
return <greyLidke />;
6306+
return <greyLike />;
63076307
}
63086308
```
63096309

0 commit comments

Comments
 (0)