We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c628103 commit 3cac5c7Copy full SHA for 3cac5c7
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