Skip to content

Commit

Permalink
Fix typo: Recursivly -> Recursively
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndrsn committed Dec 3, 2019
1 parent 1d5a3dc commit 764bcc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/waterline/utils/system/transformer-builder.js
Expand Up @@ -133,7 +133,7 @@ Transformation.prototype.serializeCriteria = function(values) {
});
}

// Recursivly parse attributes to handle nested criteria
// Recursively parse attributes to handle nested criteria
recursiveParse(values);

return values;
Expand Down

0 comments on commit 764bcc6

Please sign in to comment.