@arcgis/portal-components 5.1.0-next.125 → 5.1.0-next.126

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,7 +6,7 @@ export abstract class ArcgisPortalVoiceInput extends LitElement {
6
6
  /**
7
7
  * Language for speech recognition (e.g., 'en-US', 'es-ES'). If not provided, the browser's default language will be used.
8
8
  *
9
- * @see https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition/lang
9
+ * @see https://developer.mozilla.org/docs/Web/API/SpeechRecognition/lang
10
10
  */
11
11
  accessor language: string | undefined;
12
12
  clearText(): Promise<void>;