Skip to content

Commit

Permalink
Update testing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
knowbody committed Nov 2, 2015
1 parent 6c65f49 commit 1bfce34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export default class BasicPage extends Component {
<div>
{ this.props.authenticated ? (
<div>
<Link to="/admin"><Button bsStyle="primary">Login</Button></Link>
<Link to="/admin"><Button bsStyle="primary">Your account</Button></Link>
</div>
) : (
<div>
Expand Down

0 comments on commit 1bfce34

Please sign in to comment.