Skip to content

Commit

Permalink
Fix mdn_url for serial attribute (#9859)
Browse files Browse the repository at this point in the history
This fixes a URL first added in #9199.
  • Loading branch information
bershanskiy authored Apr 14, 2021
1 parent 059ca8e commit cd6fbfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/WorkerNavigator.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
},
"serial": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Navigator/serial",
"mdn_url": "https://developer.mozilla.org/docs/Web/API/WorkerNavigator/serial",
"support": {
"chrome": {
"version_added": "89"
Expand Down

0 comments on commit cd6fbfe

Please sign in to comment.