refactor:correct bad spelling of 'android'

This commit is contained in:
Arthur Wang
2017-10-09 09:35:35 +08:00
parent 64ec6ce5ac
commit 7619050802
3 changed files with 3 additions and 3 deletions
+3
View File
@@ -0,0 +1,3 @@
export default function() {
return /android/.test(navigator.userAgent.toLowerCase());
}