@@ -50,23 +50,23 @@ export class LiveAnnouncer implements OnDestroy {
5050  } 
5151
5252  /** 
53-    * Announces a message to screenreaders . 
54-    * @param  message Message to be announced to the screenreader . 
53+    * Announces a message to screen readers . 
54+    * @param  message Message to be announced to the screen reader . 
5555   * @returns  Promise that will be resolved when the message is added to the DOM. 
5656   */ 
5757  announce ( message : string ) : Promise < void > ; 
5858
5959  /** 
60-    * Announces a message to screenreaders . 
61-    * @param  message Message to be announced to the screenreader . 
60+    * Announces a message to screen readers . 
61+    * @param  message Message to be announced to the screen reader . 
6262   * @param  politeness The politeness of the announcer element. 
6363   * @returns  Promise that will be resolved when the message is added to the DOM. 
6464   */ 
6565  announce ( message : string ,  politeness ?: AriaLivePoliteness ) : Promise < void > ; 
6666
6767  /** 
68-    * Announces a message to screenreaders . 
69-    * @param  message Message to be announced to the screenreader . 
68+    * Announces a message to screen readers . 
69+    * @param  message Message to be announced to the screen reader . 
7070   * @param  duration Time in milliseconds after which to clear out the announcer element. Note 
7171   *   that this takes effect after the message has been added to the DOM, which can be up to 
7272   *   100ms after `announce` has been called. 
@@ -75,8 +75,8 @@ export class LiveAnnouncer implements OnDestroy {
7575  announce ( message : string ,  duration ?: number ) : Promise < void > ; 
7676
7777  /** 
78-    * Announces a message to screenreaders . 
79-    * @param  message Message to be announced to the screenreader . 
78+    * Announces a message to screen readers . 
79+    * @param  message Message to be announced to the screen reader . 
8080   * @param  politeness The politeness of the announcer element. 
8181   * @param  duration Time in milliseconds after which to clear out the announcer element. Note 
8282   *   that this takes effect after the message has been added to the DOM, which can be up to 
0 commit comments