Skip to content

Commit eb448ea

Browse files
committed
Updated variable name
1 parent cceee9b commit eb448ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rules/autocomplete-matches.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { sanitize } from '../commons/text';
22
import standards from '../standards';
33
import { isVisible } from '../commons/dom';
44

5-
function autocompleteMatches(node, virtualNod, flag=false) {
5+
function autocompleteMatches(node, virtualNode, flag=false) {
66
const autocomplete = virtualNode.attr('autocomplete');
77
if ((!autocomplete || sanitize(autocomplete) === '') && !flag) {
88
return false;

0 commit comments

Comments
 (0)