chore: fix lint in types.d.ts (#19346)

This commit is contained in:
Dmitry Gozman 2022-12-07 15:29:57 -08:00 committed by GitHub
parent 622c1a8da6
commit dd58609a0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10956,7 +10956,7 @@ export interface Locator {
* // single selection matching the label
* element.selectOption({ label: 'Blue' });
*
* // multiple selection for blue, red and second option
* // multiple selection for red, green and blue options
* element.selectOption(['red', 'green', 'blue']);
* ```
*