docs: fix broken link to USKeyboardLayout file (#6059)

Link in api doc to USKeyboardLayout returns a 404 (missing common folder in link)
This commit is contained in:
Tayo Agagu 2020-06-22 07:26:04 +02:00 committed by GitHub
parent e7b91a7f41
commit 750f5eecae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"