Skip to content

Commit

Permalink
chore(docs): uppercase H in GitHub (#984)
Browse files Browse the repository at this point in the history
  • Loading branch information
pravdomil authored and TheSharpieOne committed Apr 30, 2018
1 parent ddd87c9 commit 539d35d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/lib/UI/Nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default class UINav extends React.Component {
<NavLink tag={Link} to="/utilities/" activeClassName="active">Utilities</NavLink>
</NavItem>
<NavItem>
<NavLink href="https://github.com/reactstrap/reactstrap">Github</NavLink>
<NavLink href="https://github.com/reactstrap/reactstrap">GitHub</NavLink>
</NavItem>
</Nav>
</Collapse>
Expand Down

0 comments on commit 539d35d

Please sign in to comment.