From 9a2be6542cf4ea473d51ea611d9d0be2b41fdcd4 Mon Sep 17 00:00:00 2001 From: inokawa <48897392+inokawa@users.noreply.github.com> Date: Sat, 13 Mar 2021 00:23:42 +0900 Subject: [PATCH] chore(util-user-agent-browser): fix typo --- packages/util-user-agent-browser/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/util-user-agent-browser/src/index.ts b/packages/util-user-agent-browser/src/index.ts index e3501ba86640..822ee73389fd 100644 --- a/packages/util-user-agent-browser/src/index.ts +++ b/packages/util-user-agent-browser/src/index.ts @@ -5,7 +5,7 @@ import { DefaultUserAgentOptions } from "./configurations"; /** * Default provider to the user agent in browsers. It's a best effort to infer - * the device information. It uses bowser library to detect the browser and virsion + * the device information. It uses bowser library to detect the browser and version */ export const defaultUserAgent = ({ serviceId,