Skip to content

Commit

Permalink
Fixed a small typo in CHANGES_3.0.0.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Cerber-Ursi authored and daprahamian committed May 17, 2018
1 parent 49934ed commit fa1a3c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGES_3.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ returned client. The default database is now used if no parameter is passed to
MongoClient.connect('mongodb://localhost:27017/test')
.then(client => client.db().collection('foo').insert({ a: 42 })
.then(() => ...)
.catc(err => ...);
.catch(err => ...);
```
## Other Changes
Expand Down

0 comments on commit fa1a3c5

Please sign in to comment.