Skip to content

Commit fa1a3c5

Browse files
Cerber-Ursidaprahamian
authored andcommitted
Fixed a small typo in CHANGES_3.0.0.md
1 parent 49934ed commit fa1a3c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGES_3.0.0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ returned client. The default database is now used if no parameter is passed to
109109
MongoClient.connect('mongodb://localhost:27017/test')
110110
.then(client => client.db().collection('foo').insert({ a: 42 })
111111
.then(() => ...)
112-
.catc(err => ...);
112+
.catch(err => ...);
113113
```
114114
115115
## Other Changes

0 commit comments

Comments
 (0)