Skip to content

Commit 31c2ffa

Browse files
committed
Fix typo
1 parent 14883b6 commit 31c2ffa

File tree

1 file changed

+1
-1
lines changed
  • articles/communication-services/concepts/voice-video-calling/includes/media-stats

1 file changed

+1
-1
lines changed

articles/communication-services/concepts/voice-video-calling/includes/media-stats/media-stats-web.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ If you want to collect the data for offline inspection, we recommend that you co
8888

8989
In either `sampleReported` event or `summaryReported` event, the media statistics data are not just a simple key-value mapping.
9090

91-
Here is the type declartion of the event data reported by `sampleReported` event.
91+
Here is the type declaration of the event data reported by `sampleReported` event.
9292
```typescript
9393
export interface MediaStatsReportSample {
9494
audio: {

0 commit comments

Comments
 (0)