We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5cc8b9 commit 82f03deCopy full SHA for 82f03de
src/core/util/env.js
@@ -17,7 +17,7 @@ export const isAndroid = UA && UA.indexOf('android') > 0
17
export const isIOS = UA && /iphone|ipad|ipod|ios/.test(UA)
18
export const isChrome = UA && /chrome\/\d+/.test(UA) && !isEdge
19
20
-// Firefix has a "watch" function on Object.prototype...
+// Firefox has a "watch" function on Object.prototype...
21
export const nativeWatch = ({}).watch
22
23
export let supportsPassive = false
0 commit comments