From 280c5da2391bfe28edc8a10cc2710d2c32fa5c08 Mon Sep 17 00:00:00 2001 From: Naor Peled Date: Thu, 27 Apr 2023 23:53:19 +0300 Subject: [PATCH] Update index.d.ts --- index.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.d.ts b/index.d.ts index 80b7b9c..f1c4b34 100644 --- a/index.d.ts +++ b/index.d.ts @@ -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} */