Skip to content

Commit a160848

Browse files
committed
fix typo
1 parent 7099e6a commit a160848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/validate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export function validateUpperCase(str) {
2626
}
2727

2828
/* 大小写字母*/
29-
export function validatAlphabets(str) {
29+
export function validateAlphabets(str) {
3030
const reg = /^[A-Za-z]+$/
3131
return reg.test(str)
3232
}

0 commit comments

Comments
 (0)