We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9534446 commit 15d69c8Copy full SHA for 15d69c8
docs/reference/content/tutorials/gridfs/streaming.md
@@ -57,7 +57,7 @@ const dbName = 'test';
57
58
const client = new mongodb.MongoClient(uri);
59
60
-client.connect(unction(error) {
+client.connect(function(error) {
61
assert.ifError(error);
62
63
const db = client.db(dbName);
0 commit comments