mirror of
https://github.com/lancedikson/bowser
synced 2026-03-02 03:40:27 +00:00
Fix small mistypos
This commit is contained in:
@@ -16,7 +16,7 @@ import Parser from './parser';
|
|||||||
*/
|
*/
|
||||||
class Bowser {
|
class Bowser {
|
||||||
/**
|
/**
|
||||||
* Creates an object that parse UA
|
* Creates an object that parses UA
|
||||||
* @param UA
|
* @param UA
|
||||||
*
|
*
|
||||||
* @example
|
* @example
|
||||||
@@ -31,7 +31,7 @@ class Bowser {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static parse(UA) {
|
static parse(UA) {
|
||||||
return new this.constructor(UA).getResult();
|
return (new this.constructor(UA)).getResult();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user