Skip to content

Commit

Permalink
docs: fix broken link to USKeyboardLayout file (#6059)
Browse files Browse the repository at this point in the history
Link in api doc to USKeyboardLayout returns a 404 (missing common folder in link)
  • Loading branch information
tayoagagu committed Jun 22, 2020
1 parent e7b91a7 commit 750f5ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.md
Expand Up @@ -4066,7 +4066,7 @@ This method is identical to `off` and maintained for compatibility with Node's E
[Touchscreen]: #class-touchscreen "Touchscreen"
[Tracing]: #class-tracing "Tracing"
[UIEvent.detail]: https://developer.mozilla.org/en-US/docs/Web/API/UIEvent/detail "UIEvent.detail"
[USKeyboardLayout]: ../src/USKeyboardLayout.ts "USKeyboardLayout"
[USKeyboardLayout]: ../src/common/USKeyboardLayout.ts "USKeyboardLayout"
[UnixTime]: https://en.wikipedia.org/wiki/Unix_time "Unix Time"
[WebWorker]: #class-worker "Worker"
[boolean]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type "Boolean"
Expand Down

0 comments on commit 750f5ee

Please sign in to comment.