Skip to content

Commit e7a5bcb

Browse files
committed
update type comment
1 parent 885259c commit e7a5bcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ type Stubs = {
2626
} | string[]
2727

2828
/**
29-
* Utility type for options object accepted by find/findAll
29+
* Utility type for options object that can be used as a Selector
3030
*/
3131
type FindOptions = {
3232
ref: string

0 commit comments

Comments
 (0)