Skip to content

Commit b5c090e

Browse files
committed
vale fix
1 parent 7370394 commit b5c090e

8 files changed

+8
-8
lines changed

source/reference/class/MongoDBCollection.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Definition
2121
:php:`MongoDB\Driver\Manager <class.mongodb-driver-manager>` class or
2222
select a collection from the library's :phpclass:`MongoDB\Client` or
2323
:phpclass:`MongoDB\Database` classes. A collection may also be cloned from
24-
an existing :phpclass:`MongoDB\Collection` object via the
24+
an existing :phpclass:`MongoDB\Collection` object by using the
2525
:phpmethod:`withOptions() <MongoDB\Collection::withOptions()>` method.
2626

2727
:phpclass:`MongoDB\Collection` supports the :php:`readConcern

source/reference/class/MongoDBDatabase.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Definition
2121
:php:`MongoDB\Driver\Manager <class.mongodb-driver-manager>` class or
2222
select a database from the library's :phpclass:`MongoDB\Client` class. A
2323
database may also be cloned from an existing :phpclass:`MongoDB\Database`
24-
object via the :phpmethod:`withOptions() <MongoDB\Database::withOptions()>`
24+
object by using the :phpmethod:`withOptions() <MongoDB\Database::withOptions()>`
2525
method.
2626

2727
:phpclass:`MongoDB\Database` supports the :php:`readConcern

source/reference/method/MongoDBClient-getCollection.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Behavior
8888

8989
The selected collection inherits options such as read preference and type
9090
mapping from the :phpclass:`Client <MongoDB\Client>` object. Options may be
91-
overridden via the ``$options`` parameter.
91+
overridden by using the ``$options`` parameter.
9292

9393
Example
9494
-------

source/reference/method/MongoDBClient-getDatabase.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Behavior
7676

7777
The selected database inherits options such as read preference and type mapping
7878
from the :phpclass:`Client <MongoDB\Client>` object. Options may be overridden
79-
via the ``$options`` parameter.
79+
by using the ``$options`` parameter.
8080

8181
Example
8282
-------

source/reference/method/MongoDBClient-selectCollection.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Behavior
8888

8989
The selected collection inherits options such as read preference and type
9090
mapping from the :phpclass:`Client <MongoDB\Client>` object. Options may be
91-
overridden via the ``$options`` parameter.
91+
overridden by using the ``$options`` parameter.
9292

9393
Example
9494
-------

source/reference/method/MongoDBClient-selectDatabase.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Behavior
7676

7777
The selected database inherits options such as read preference and type mapping
7878
from the :phpclass:`Client <MongoDB\Client>` object. Options may be overridden
79-
via the ``$options`` parameter.
79+
by using the ``$options`` parameter.
8080

8181
Example
8282
-------

source/reference/method/MongoDBDatabase-getCollection.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Behavior
8484

8585
The selected collection inherits options such as read preference and type
8686
mapping from the :phpclass:`Database <MongoDB\Database>` object. Options may be
87-
overridden via the ``$options`` parameter.
87+
overridden by using the ``$options`` parameter.
8888

8989
Example
9090
-------

source/reference/method/MongoDBDatabase-selectCollection.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Behavior
8484

8585
The selected collection inherits options such as read preference and type
8686
mapping from the :phpclass:`Database <MongoDB\Database>` object. Options may be
87-
overridden via the ``$options`` parameter.
87+
overridden by using the ``$options`` parameter.
8888

8989
Example
9090
-------

0 commit comments

Comments
 (0)