mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-03 05:04:51 +08:00
fix(typo): ammount -> amount
This commit is contained in:
parent
945cf7b47c
commit
233568cc1d
@ -23,7 +23,7 @@ const Template: Story = (args) => ({
|
||||
export const DelayedStory: Story = Template.bind({});
|
||||
DelayedStory.play = () => {
|
||||
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,
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user