Skip to content

Commit f14f6b9

Browse files
authored
Merge pull request #26 from kandros/patch-1
fix typo
2 parents a0ab59b + 49ef21a commit f14f6b9

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
@@ -128,7 +128,7 @@ const customTheme = {
128128

129129
class Main extends Component {
130130
render() {
131-
retrurn(
131+
return(
132132
<Timeline theme={customTheme} dateFormat='ll'>
133133
<Container>
134134
<YearContent startDate='2020/07/01' currentYear />

0 commit comments

Comments
 (0)