Skip to content

Commit 105c9b7

Browse files
authored
chore(util-user-agent-browser): fix typo (#2130)
1 parent df525b7 commit 105c9b7

File tree

1 file changed

+1
-1
lines changed
  • packages/util-user-agent-browser/src

1 file changed

+1
-1
lines changed

packages/util-user-agent-browser/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { DefaultUserAgentOptions } from "./configurations";
55

66
/**
77
* Default provider to the user agent in browsers. It's a best effort to infer
8-
* the device information. It uses bowser library to detect the browser and virsion
8+
* the device information. It uses bowser library to detect the browser and version
99
*/
1010
export const defaultUserAgent = ({
1111
serviceId,

0 commit comments

Comments
 (0)