Skip to content

Commit cf849f3

Browse files
grammar and readability
corrected verb agreement ("are still require" -> "still require") and adjusted punctuation to improve sentence division and readability
1 parent 0f84e9c commit cf849f3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

source/core/read-operations.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -872,9 +872,8 @@ Aggregation
872872

873873
MongoDB can perform some basic data aggregation operations on results
874874
before returning data to the application. These operations are not
875-
queries, they use :term:`database commands <database command>` rather than queries, and
876-
they do not return a cursor; however, they are still require MongoDB
877-
to read data.
875+
queries; they use :term:`database commands <database command>` rather than queries, and
876+
they do not return a cursor. However, they still require MongoDB to read data.
878877

879878
Running aggregation operations on the database side can be more
880879
efficient than running them in the application layer and can reduce

0 commit comments

Comments
 (0)