Skip to content

Commit 2b5b913

Browse files
committed
docs(spinner): update comments again
1 parent 6719b54 commit 2b5b913

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/src/components/spinner/test/resize/spinner.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { expect } from '@playwright/test';
22
import { configs, test } from '@utils/test/playwright';
33

44
/**
5-
* This behavior does not vary across directions/modes.
5+
* The resize behavior does not vary across directions or modes.
66
*/
77
configs({ directions: ['ltr'], modes: ['md'] }).forEach(({ title, screenshot, config }) => {
88
test.describe(title('spinner: resize'), () => {

core/src/components/spinner/test/transform/spinner.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { expect } from '@playwright/test';
22
import { configs, test } from '@utils/test/playwright';
33

44
/**
5-
* The resize behavior does not vary across directions or modes.
5+
* This behavior does not vary across directions/modes.
66
*/
77
configs({ directions: ['ltr'], modes: ['md'] }).forEach(({ title, config }) => {
88
test.describe(title('spinner: transform'), () => {

0 commit comments

Comments
 (0)