Skip to content

Commit

Permalink
Fix Reset label (acdlite#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
apenpfkkhm authored and istarkov committed Oct 29, 2017
1 parent eaa4dce commit 8c4ac2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ Example:
<div>
<Button onClick={() => incrementOn(2)}>Inc</Button>
<Button onClick={() => decrementOn(3)}>Dec</Button>
<Button onClick={resetCounter}>Dec</Button>
<Button onClick={resetCounter}>Reset</Button>
</div>
)
```
Expand Down

0 comments on commit 8c4ac2e

Please sign in to comment.