Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

Commit

Permalink
Fix typo in URL for Using the Screen Capture API in sidebar (#1148)
Browse files Browse the repository at this point in the history
This had ".../Using_Screen_Capture_API" instead of
".../Using_Screen_Capture" in the slug, resulting in a 404. Fixed.
  • Loading branch information
a2sheppy authored and wbamberg committed May 15, 2019
1 parent dbca98b commit d5301d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/GroupData.json
Original file line number Diff line number Diff line change
Expand Up @@ -1174,7 +1174,7 @@
"events": []
},
"Screen Capture API": {
"guides": [ { "url": "/en-US/docs/Web/API/Screen_Capture_API/Using_Screen_Capture_API",
"guides": [ { "url": "/en-US/docs/Web/API/Screen_Capture_API/Using_Screen_Capture",
"title": "Using the Screen Capture API" }],
"interfaces": [],
"dictionaries": [],
Expand Down

0 comments on commit d5301d5

Please sign in to comment.