Skip to content

Commit 83881ae

Browse files
committed
Comment spelling fix.
1 parent b9d1f25 commit 83881ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mongoHandler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ MongoStore.prototype._getSearchCriteria = function(request) {
5454

5555
var criteria = Object.keys(request.params.filter).map(function(attribute) {
5656
var attributeConfig = self.resourceConfig.attributes[attribute];
57-
// If the filter attribute doens't exist, skip it
57+
// If the filter attribute doesn't exist, skip it
5858
if (!attributeConfig) return null;
5959

6060
var values = request.params.filter[attribute];

0 commit comments

Comments
 (0)