Skip to content

Commit 15d69c8

Browse files
ilearnjsdaprahamian
authored andcommitted
docs(GridFS): fix typo
1 parent 9534446 commit 15d69c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/content/tutorials/gridfs/streaming.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const dbName = 'test';
5757

5858
const client = new mongodb.MongoClient(uri);
5959

60-
client.connect(unction(error) {
60+
client.connect(function(error) {
6161
assert.ifError(error);
6262

6363
const db = client.db(dbName);

0 commit comments

Comments
 (0)