Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
MiladSedhom committed May 2, 2024
1 parent d5e4e57 commit 291e258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sites/docs/content/functions/use-state-history.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ Besides `log`, the returned object contains `undo` and `redo` functionality.
<button disabled={!history.canUndo} onclick={history.undo}>Undo</button>
<button disabled={!history.canRedo} onclick={history.redo}>Redo</button>
</div>
```
```

0 comments on commit 291e258

Please sign in to comment.