Skip to content

Commit 9fd0fcf

Browse files
derekriemerjcsteh
andauthored
Apply suggestions from code review
Co-authored-by: James Teh <jamie@jantrid.net>
1 parent 64a755f commit 9fd0fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/axSGreaseSkeleton.js

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

0 commit comments

Comments
 (0)