File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ loads all fields of the referenced associations.
100100
101101.. note::
102102
103- If you are connected to a deployment running MongoDB 4.4 or higher ,
103+ If you are connected to a deployment running MongoDB 4.4 or later ,
104104 you cannot specify an association and its fields in a projection in
105105 the same query.
106106
@@ -246,7 +246,7 @@ is applied after documents are skipped.
246246
247247.. tip::
248248
249- When performing pagination, you should use ``skip()`` on :ref:`sorted results <mongoid-data-sort>` to ensure consistent results.
249+ When performing pagination, use ``skip()`` on :ref:`sorted results <mongoid-data-sort>` to ensure consistent results.
250250
251251The following code skips the first ``3`` documents when returning results:
252252
You can’t perform that action at this time.
0 commit comments