Skip to content

Commit

Permalink
fix wording in multiple files
Browse files Browse the repository at this point in the history
  • Loading branch information
thapasusheel committed Oct 27, 2023
1 parent 7b2167a commit b03f402
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const DelayedStory: Story = {

const exampleElement = canvas.getByLabelText('example-element');

// The delay option set the amount of milliseconds between characters being typed
// The delay option sets the amount of milliseconds between characters being typed
await userEvent.type(exampleElement, 'random string', {
delay: 100,
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const DelayedStory = {

const exampleElement = canvas.getByLabelText('example-element');

// The delay option set the amount of milliseconds between characters being typed
// The delay option sets the amount of milliseconds between characters being typed
await userEvent.type(exampleElement, 'random string', {
delay: 100,
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const DelayedStory: Story = {

const exampleElement = canvas.getByLabelText('example-element');

// The delay option set the amount of milliseconds between characters being typed
// The delay option sets the amount of milliseconds between characters being typed
await userEvent.type(exampleElement, 'random string', {
delay: 100,
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const DelayedStory = {

const exampleElement = canvas.getByLabelText('example-element');

// The delay option set the amount of milliseconds between characters being typed
// The delay option sets the amount of milliseconds between characters being typed
await userEvent.type(exampleElement, 'random string', {
delay: 100,
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const DelayedStory: Story = {

const exampleElement = canvas.getByLabelText('example-element');

// The delay option set the amount of milliseconds between characters being typed
// The delay option sets the amount of milliseconds between characters being typed
await userEvent.type(exampleElement, 'random string', {
delay: 100,
});
Expand Down

0 comments on commit b03f402

Please sign in to comment.