Skip to content

Commit 7797b73

Browse files
authored
docs(NODE-4380): fix grammar issue in documentation (#3312)
1 parent 3545698 commit 7797b73

File tree

10 files changed

+20
-20
lines changed

10 files changed

+20
-20
lines changed

docs/4.0/classes/mongoclient.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ <h1>Class MongoClient</h1>
7272
</div>
7373
<dl class="tsd-comment-tags">
7474
<dt>remarks</dt>
75-
<dd><p>The programmatically provided options take precedent over the URI options.</p>
75+
<dd><p>The programmatically provided options take precedence over the URI options.</p>
7676
</dd>
7777
<dt>example</dt>
7878
<dd><pre><code class="language-js"><span style="color: #008000">// Connect using a MongoClient instance</span>
@@ -1705,7 +1705,7 @@ <h3><span class="tsd-flag ts-flagStatic">Static</span> connect</h3>
17051705
</div>
17061706
<dl class="tsd-comment-tags">
17071707
<dt>remarks</dt>
1708-
<dd><p>The programmatically provided options take precedent over the URI options.</p>
1708+
<dd><p>The programmatically provided options take precedence over the URI options.</p>
17091709
</dd>
17101710
<dt>see</dt>
17111711
<dd><p><a href="https://docs.mongodb.org/manual/reference/connection-string/">https://docs.mongodb.org/manual/reference/connection-string/</a></p>

docs/4.1/classes/MongoClient.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ <h1>Class MongoClient</h1>
7272
</div>
7373
<dl class="tsd-comment-tags">
7474
<dt>remarks</dt>
75-
<dd><p>The programmatically provided options take precedent over the URI options.</p>
75+
<dd><p>The programmatically provided options take precedence over the URI options.</p>
7676
</dd>
7777
<dt>example</dt>
7878
<dd><pre><code class="language-js"><span style="color: #008000">// Connect using a MongoClient instance</span>
@@ -1705,7 +1705,7 @@ <h3><span class="tsd-flag ts-flagStatic">Static</span> connect</h3>
17051705
</div>
17061706
<dl class="tsd-comment-tags">
17071707
<dt>remarks</dt>
1708-
<dd><p>The programmatically provided options take precedent over the URI options.</p>
1708+
<dd><p>The programmatically provided options take precedence over the URI options.</p>
17091709
</dd>
17101710
<dt>see</dt>
17111711
<dd><p><a href="https://docs.mongodb.org/manual/reference/connection-string/">https://docs.mongodb.org/manual/reference/connection-string/</a></p>

docs/4.2/classes/MongoClient.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/4.3/classes/MongoClient.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/4.4/classes/MongoClient.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/4.5/classes/MongoClient.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/4.6/classes/MongoClient.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/4.7/classes/MongoClient.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/Next/classes/MongoClient.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

src/mongo_client.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ const kOptions = Symbol('options');
300300
* @public
301301
*
302302
* @remarks
303-
* The programmatically provided options take precedent over the URI options.
303+
* The programmatically provided options take precedence over the URI options.
304304
*
305305
* @example
306306
* ```js
@@ -552,7 +552,7 @@ export class MongoClient extends TypedEventEmitter<MongoClientEvents> {
552552
* Connect to MongoDB using a url
553553
*
554554
* @remarks
555-
* The programmatically provided options take precedent over the URI options.
555+
* The programmatically provided options take precedence over the URI options.
556556
*
557557
* @see https://docs.mongodb.org/manual/reference/connection-string/
558558
*/

0 commit comments

Comments
 (0)