Skip to content

Commit 6719b54

Browse files
committed
docs(spinner): update comment
1 parent ec0f811 commit 6719b54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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-
* 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, screenshot, config }) => {
88
test.describe(title('spinner: resize'), () => {

0 commit comments

Comments
 (0)