accessibilityBuffer -> accessibleBuffer (#4406)

This commit is contained in:
Megan Rogge
2023-02-08 21:48:20 +00:00
committed by GitHub
parent 8a1faed5cb
commit d6599bc048
5 changed files with 34 additions and 34 deletions
+1 -1
View File
@@ -502,7 +502,7 @@ declare module 'xterm' {
/**
* The aria label for the accessibility buffer
*/
accessibilityBuffer: string;
accessibleBuffer: string;
}
/**