mirror of
https://github.com/lancedikson/bowser
synced 2026-03-02 03:40:27 +00:00
Fix typo
This commit is contained in:
@@ -46,7 +46,7 @@ browser.check({chome: 45}, window.navigator.userAgent); // true
|
||||
/**
|
||||
* but false in strict mode
|
||||
*/
|
||||
browesr.check({chome: 45}, true, window.navigator.userAgent); // false
|
||||
browser.check({chome: 45}, true, window.navigator.userAgent); // false
|
||||
```
|
||||
|
||||
### bowser.compareVersions(versions`:Array<String>`)`:Number`
|
||||
|
||||
Reference in New Issue
Block a user