Skip to content

Commit

Permalink
Update stories/Form Elements/Button.stories.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Judd-Cooper <[email protected]>
  • Loading branch information
edwardhorsford and Tomdango authored Jun 11, 2024
1 parent 2b20e0c commit 8bd7dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stories/Form Elements/Button.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export const ForceAnchor: Story = { args: { as: 'a', children: 'As an Anchor' }
/**
* You can test this button by opening the browser console. It will log the current dateTime once per debounce.
*
* Debounced buttons can optionally provide `debounceTimeout` (measured in miliseconds) to adjust the length of the debounce.
* Debounced buttons can optionally provide `debounceTimeout` (measured in milliseconds) to adjust the length of the debounce.
*/
export const PreventDoubleClickButton: Story = {
args: {
Expand Down

0 comments on commit 8bd7dc1

Please sign in to comment.