We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 862a136 commit ab16d83Copy full SHA for ab16d83
lib/unexpected-check.js
@@ -66,7 +66,7 @@
66
}
67
68
function isProximityLessThan(a, b) {
69
- // keys are lready ordered
+ // keys are already ordered
70
var aKeys = Object.keys(a);
71
var bKeys = Object.keys(b);
72
0 commit comments