Skip to content

Commit 1fa21cb

Browse files
Acrolinx fix
1 parent 9ea371a commit 1fa21cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/how-tos/calling-sdk/includes/closed-captions/closed-captions-teams-interop-web.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ teamsCaptions.on('CaptionsActiveChanged', captionsActiveChangedHandler);
6767
### Add a listener for captions data received
6868
Handle the returned TeamsCaptionsInfo data object.
6969

70-
Note: The object contains a resultType prop that indicates whether the data is a partial caption or a finalized version of the caption. ResultType `partial` indicates live unedited caption, while `final` indicates a finalized interpreted version of the sentence (i.e includes punctuation and capitlization).
70+
Note: The object contains a resultType prop that indicates whether the data is a partial caption or a finalized version of the caption. ResultType `partial` indicates live unedited caption, while `final` indicates a finalized interpreted version of the sentence (i.e includes punctuation and capitalization).
7171

7272
```typescript
7373
let currentCaptionLanguage : string;

0 commit comments

Comments
 (0)