fix(typo): ammount -> amount

This commit is contained in:
hiroyuki kikuchi 2022-04-01 19:05:38 +09:00
parent 01ca3c8bed
commit ecb8e8bc7a

View File

@ -23,7 +23,7 @@ export const DelayedStory = Template.bind({});
DelayedStory.play = async () => {
const exampleElement= screen.getByLabelText('example-element');
// The delay option set the ammount of milliseconds between characters being typed
// The delay option set the amount of milliseconds between characters being typed
await userEvent.type(exampleElement, 'random string', {
delay: 100,
});