Skip to content

Commit 49cfeda

Browse files
author
Chris Cho
authored
fix typo in findOne usage example (#86)
1 parent f1e54d2 commit 49cfeda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/usage-examples/findOne.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ in the ``options`` object passed as the second parameter of the
3232
Example
3333
-------
3434

35-
The following snippet find a single document from the ``movies``
35+
The following snippet finds a single document from the ``movies``
3636
collection. It uses the following:
3737

3838
- A **query document** that configures the query to return only

0 commit comments

Comments
 (0)