Skip to content

Commit 0caf1c5

Browse files
authored
docs: fix typo in FindOptions doc (#3084)
1 parent 3ea9eef commit 0caf1c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/operations/find.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export interface FindOptions<TSchema extends Document = Document> extends Comman
3636
timeout?: boolean;
3737
/** Specify if the cursor is tailable. */
3838
tailable?: boolean;
39-
/** Specify if the cursor is a a tailable-await cursor. Requires `tailable` to be true */
39+
/** Specify if the cursor is a tailable-await cursor. Requires `tailable` to be true */
4040
awaitData?: boolean;
4141
/** Set the batchSize for the getMoreCommand when iterating over the query results. */
4242
batchSize?: number;

0 commit comments

Comments
 (0)