Skip to content

Commit

Permalink
docs(GridFS): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ilearnjs authored and daprahamian committed Aug 13, 2019
1 parent 7b10e25 commit f38e261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/content/tutorials/gridfs/streaming.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const dbName = 'test';

const client = new mongodb.MongoClient(uri);

client.connect(unction(error) {
client.connect(function(error) {
assert.ifError(error);

const db = client.db(dbName);
Expand Down

0 comments on commit f38e261

Please sign in to comment.