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
+1 -1
View File
@@ -41,7 +41,7 @@ import Icon from '../icon';
import Field from '../field';
import Cell from '../cell';
import CellGroup from '../cell-group';
import isAndroid from '../utils/env/is-andriod';
import isAndroid from '../utils/env/is-android';
export default {
name: 'van-address-edit-detail',