Skip to content

Commit

Permalink
Fix a typo in troubleshooting script (KhronosGroup#3205)
Browse files Browse the repository at this point in the history
  • Loading branch information
vednoc authored Jan 12, 2021
1 parent c31a378 commit 2cc826a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ var BrowserDetect = {
subString: "iPad",
identity: "iPad",
browsers: [
{url: "https://www.mozilla.org/en-US/firefox/new/", name: "Mozilla Firefox"}
{url: "https://www.mozilla.org/en-US/firefox/new/", name: "Mozilla Firefox"},
{url: "https://chrome.com/", name: "Google Chrome"}
]
},
Expand Down

0 comments on commit 2cc826a

Please sign in to comment.