Skip to content

Commit 438a808

Browse files
authored
Update schema-event.js
1 parent 6fb7203 commit 438a808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/schema-event.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const context = {
8383
browser: {
8484
type: 'string',
8585
description: 'The type of browser the user is browsing with.',
86-
enum: ['chrome', 'safari', 'firefox', 'edge', 'ie', 'other'],
86+
enum: ['chrome', 'safari', 'firefox', 'edge', 'ie', 'cros', 'other'],
8787
default: 'other'
8888
},
8989
browser_version: {

0 commit comments

Comments
 (0)