Skip to content

Commit 1903f06

Browse files
committed
fix(ts): typo
1 parent 45811d2 commit 1903f06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ declare class LiveQuery extends EventEmitter {
521521

522522
declare class FriendShipQuery extends Query {}
523523

524-
export class earchQuery extends BaseQuery {
524+
export class SearchQuery extends BaseQuery {
525525
sid(sid: string): this;
526526
queryString(q: string): this;
527527
highlights(highlights: string[]): this;

0 commit comments

Comments
 (0)