Skip to content

Commit 1b79310

Browse files
authored
Fixup
1 parent b905e5e commit 1b79310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ app.get('/slow', function (req, res) {
2929
This route should always return quickly
3030
*/
3131
app.get('/fast', function (req, res) {
32-
db.collection('test').countDoucments({}, function(err, count) {
32+
db.collection('test').countDocuments({}, function(err, count) {
3333
return res.json({'documentCount': count});
3434
});
3535

0 commit comments

Comments
 (0)