Skip to content

Commit 5ce8b92

Browse files
committed
Replace phrase for correctness.
1 parent 450528c commit 5ce8b92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/mongodb-handshake/handshake.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ Note that how these options are provided to a driver during `MongoClient` initia
409409

410410
### Metadata updates after MongoClient initialization
411411

412-
Drivers MUST provide an API that allows to append `DriverInfoOptions` to a MongoClient instance after initialization.
412+
Drivers MUST provide an API that allows appending `DriverInfoOptions` to a MongoClient instance after initialization.
413413

414414
After client metadata update, drivers MUST apply updated metadata to newly created connections and MUST NOT apply it to
415415
already established connections.
@@ -423,7 +423,7 @@ be appended to their respective fields, and be delimited by a `|` character. For
423423
"driver info":
424424

425425
```typescript
426-
{
426+
{
427427
client: {
428428
driver: {
429429
name: "PyMongo|Motor",

0 commit comments

Comments
 (0)