From 3f19d8f01515b8e2f0560545894d6eb81ddcf91f Mon Sep 17 00:00:00 2001 From: Takashi Takebayashi Date: Sun, 9 Nov 2025 00:11:04 +0900 Subject: [PATCH] Fix typo: public prevew -> public preview --- .../tutorials/audio-quality-enhancements/includes/web.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/communication-services/tutorials/audio-quality-enhancements/includes/web.md b/articles/communication-services/tutorials/audio-quality-enhancements/includes/web.md index 4606d861e0b36..5d68db6e1d5f2 100644 --- a/articles/communication-services/tutorials/audio-quality-enhancements/includes/web.md +++ b/articles/communication-services/tutorials/audio-quality-enhancements/includes/web.md @@ -41,7 +41,7 @@ Key traits for echo cancelation: > - Utilizing audio effects is available only on Chrome and Edge desktop browsers. > - The audio effects library isn't a standalone module and can't function independently. To utilize its capabilities the effects package must be integrated with the Azure Communication Services Calling client library for WebJS. > - If you use the GA version of the Calling SDK, you must use the [GA version](https://www.npmjs.com/package/@azure/communication-calling-effects/v/latest) of the Calling audio effects package. -> - If you use the public preview version of the Calling SDK, you must use the [public prevew version](https://www.npmjs.com/package/@azure/communication-calling-effects/v/latest) of the Calling audio effects package. +> - If you use the public preview version of the Calling SDK, you must use the [public preview version](https://www.npmjs.com/package/@azure/communication-calling-effects/v/latest) of the Calling audio effects package. ## Install the Audio Effects Package Use the `npm install` command to install the Azure Communication Services Audio Effects SDK for JavaScript.