From 978fdb5add15dd06dc9c9a7cf903b2943ecec182 Mon Sep 17 00:00:00 2001 From: Nathan Cahill Date: Fri, 15 Apr 2016 01:42:37 -0600 Subject: [PATCH] fix typo in Browser.mobile docstring (#4434) --- src/core/Browser.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/Browser.js b/src/core/Browser.js index 545a6792..a4b34662 100644 --- a/src/core/Browser.js +++ b/src/core/Browser.js @@ -98,8 +98,8 @@ any3d: !window.L_DISABLE_3D && (ie3d || webkit3d || gecko3d) && !opera12 && !phantomjs, - // @property ie: Boolean - // `true` for all browsers running in a mobile devide. + // @property mobile: Boolean + // `true` for all browsers running in a mobile device. mobile: mobile, // @property mobileWebkit: Boolean