Skip to content

Commit b6c54a1

Browse files
dpvczorkow
andauthored
Update ts/a11y/explorer/Region.ts
Co-authored-by: Volker Sorge <v.sorge@mathjax.org>
1 parent e3d534f commit b6c54a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ts/a11y/explorer/Region.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ export class LiveRegion extends StringRegion {
415415

416416
/**
417417
* @param {string} type The type of alpha to set (fg or bg)
418-
* @param {number} alpha The alpha value to use for the background
418+
* @param {number} alpha The alpha value to use
419419
* @param {Document} document The document whose CSS styles are to be adjusted
420420
*/
421421
public static setAlpha(type: string, alpha: number, document: Document) {

0 commit comments

Comments
 (0)