Skip to content

Commit 6a3ddd7

Browse files
committed
MW PR fixes 1
1 parent 1bcaa1d commit 6a3ddd7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/eloquent-models/model-class.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ To learn more about primary key behavior and customization options, see
155155
in the Laravel docs.
156156

157157
To learn more about the ``_id`` field, ObjectIDs, and the MongoDB document
158-
structure, see :manual:`Documents </core/document>` in the MongoDB server docs.
158+
structure, see :manual:`Documents </core/document>` in the Server manual.
159159

160160
.. _laravel-model-soft-delete:
161161

@@ -227,7 +227,7 @@ less than three years ago:
227227
Planet::where( 'discovery_dt', '>', new DateTime('-3 years'))->get();
228228

229229
To learn more about MongoDB's data types, see :manual:`BSON Types </reference/bson-types/>`
230-
in the MongoDB server docs.
230+
in the Server manual.
231231

232232
To learn more about the Laravel casting helper and supported types, see `Attribute Casting <https://laravel.com/docs/{+laravel-docs-version+}/eloquent-mutators#attribute-casting>`__
233233
in the Laravel docs.

docs/eloquent-models/relationships.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ following methods:
377377
objects.
378378

379379
To learn more about the MongoDB embedded document pattern, see the following
380-
MongoDB server tutorials:
380+
MongoDB Server tutorials:
381381

382382
- :manual:`Model One-to-One Relationships with Embedded Documents </tutorial/model-embedded-one-to-one-relationships-between-documents/>`
383383
- :manual:`Model One-to-Many Relationships with Embedded Documents </tutorial/model-embedded-one-to-many-relationships-between-documents/>`

docs/transactions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ version and topology:
6666
- MongoDB version 4.0 or later
6767
- A replica set deployment or sharded cluster
6868

69-
MongoDB server and the {+odm-short+} have the following limitations:
69+
MongoDB Server and the {+odm-short+} have the following limitations:
7070

7171
- In MongoDB versions 4.2 and earlier, write operations performed within a
7272
transaction must be on existing collections. In MongoDB versions 4.4 and

0 commit comments

Comments
 (0)