Skip to content

Commit 4622c54

Browse files
author
derek riemer
committed
update apis
1 parent 9fd0fcf commit 4622c54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AsusRouterA11yFixes.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ function getLiveRegion(id) {
5454
region.style.opasity = 0;
5555
document.body.appendChild(region);
5656
// we need to delay a little to get the new region to actually read contents.
57-
// A11y api probably don't considder the relevant changes, additions, until
57+
// A11y APIs probably don't considder the relevant changes, additions, until
5858
//an annimation frame has passed. It may, in reality be more like 2-4
5959
// annimation frames, so delay 134 ms to be safe.
6060
setTimeout(() => {

0 commit comments

Comments
 (0)