From 8bd7dc1f71044c865716e17cf96d7bb9c8cc0fe9 Mon Sep 17 00:00:00 2001 From: Ed Horsford Date: Tue, 11 Jun 2024 14:42:37 +0100 Subject: [PATCH] Update stories/Form Elements/Button.stories.tsx Co-authored-by: Thomas Judd-Cooper --- stories/Form Elements/Button.stories.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stories/Form Elements/Button.stories.tsx b/stories/Form Elements/Button.stories.tsx index 60a034a..dd03157 100644 --- a/stories/Form Elements/Button.stories.tsx +++ b/stories/Form Elements/Button.stories.tsx @@ -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: {