1
0
mirror of https://github.com/lancedikson/bowser synced 2024-10-27 20:34:22 +00:00

Update index.d.ts

This commit is contained in:
Naor Peled 2023-04-27 23:53:19 +03:00 committed by GitHub
parent bb1150590e
commit 280c5da239
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
index.d.ts vendored
View File

@ -35,8 +35,8 @@ declare namespace Bowser {
constructor(UA: string, skipParsing?: boolean): Parser.Parser;
/**
* Check if the version is equals the brownser version
* @param version The string to compare with the brownser version
* Check if the version is equals the browser version
* @param version The string to compare with the browser version
* @returns {boolean}
*/