Skip to content

Commit

Permalink
change button text
Browse files Browse the repository at this point in the history
  • Loading branch information
sghall committed Jul 17, 2017
1 parent eec9c58 commit d9e5186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/routes/documentation/Animate/Example1.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class Example extends PureComponent {
return (
<div>
<button onClick={toggleLoop}>
{loop ? 'stop' : 'start'}
{loop ? 'stop' : 'loop'}
</button>
<Surface view={view} trbl={trbl}>
<Animate
Expand Down

0 comments on commit d9e5186

Please sign in to comment.