Skip to content

Commit d818e70

Browse files
author
Gabriel Montalvo
committed
minor change
1 parent 4cf4b5f commit d818e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ collectionName| MongoDB collection name | `String` | Yes |
9292
query| restrict results by the specified JSON query | `String` | No |
9393
resultCount| return the result count for this query | `Boolean` | No |
9494
setOfFields| specify the set of fields to include or exclude in each document (1 - include; 0 - exclude) | `Object` | No |
95-
findOne| return a single document from the result set (same as findOne() using the mongo shell | `Boolean` | No |
95+
findOne| return a single document from the result set (same as findOne() using the mongo shell) | `Boolean` | No |
9696
sortOrder| specify the order in which to sort each specified field (1- ascending; -1 - descending) | `Object` | No |
9797
skipResults| number of documents to skip | `Number` | No |
9898
limit| number of documents to return | `Number` | No |

0 commit comments

Comments
 (0)