Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit f7bd3f8

Browse files
authored
Merge pull request #63 from caesay/patch-1
Fix typo
2 parents 88ff6c6 + bf6c308 commit f7bd3f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/app.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class App extends React.Component {
3030
style={ {fontWeight: 300} }
3131
offset={ -20 }
3232
>
33-
<li className="c-side-nav__item"><a href="#section-1" className="c-side-nav__link">Getteing Started</a></li>
33+
<li className="c-side-nav__item"><a href="#section-1" className="c-side-nav__link">Getting Started</a></li>
3434
<li className="c-side-nav__item"><a href="#section-2" className="c-side-nav__link">Example</a></li>
3535
<li className="c-side-nav__item"><a href="#section-3" className="c-side-nav__link">Props</a></li>
3636
</Scrollspy>

0 commit comments

Comments
 (0)