refactor:correct bad spelling of 'android'

This commit is contained in:
Arthur Wang
2017-10-08 22:28:28 +08:00
parent 64ec6ce5ac
commit 7619050802
3 changed files with 3 additions and 3 deletions

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',