Skip to content

Commit fab891b

Browse files
committed
edits
1 parent b55b9c6 commit fab891b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/crud/query/count.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ provides an **accurate** count of the number of documents and supports
4242
specifying a filter. Choose the appropriate method for your workload.
4343

4444
To specify which documents you wish to count, ``countDocuments()``
45-
accepts a :ref:`query </crud/query>` parameter.
45+
accepts a :ref:`query <node-find>` parameter.
4646
``countDocuments()`` counts the documents that match the specified query.
4747

4848
``countDocuments()`` and ``estimatedDocumentCount()`` support optional
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
.. note:: No TypeScript Specific Features
22

3-
The following code example only uses JavaScript. There are no TypeScript
3+
The following code example uses JavaScript. There are no TypeScript
44
specific features of the driver relevant to this use case.

0 commit comments

Comments
 (0)