Skip to content

Commit 94213db

Browse files
committed
Fixing note
1 parent deecc24 commit 94213db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_includes/components/codepens/identify-spec.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
cityField.style.outline = "";
8383
}
8484

85-
// Regular expression check for city name
85+
// Regular expression check for state
8686
var stateRegex = /^[A-Z]{2}$/;
8787
if (!stateRegex.test(state)) {
8888
const stateError = document.getElementById("state-error");

0 commit comments

Comments
 (0)