Skip to content

Commit

Permalink
fix syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
myandrienko committed Oct 3, 2024
1 parent 96ed9b9 commit 1d26c9b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ For the purposes of this article, make sure that closed captions are either `ava

## Enabling and disabling closed caption events

<!-- TKTKTK -->
TKTKTK

## Subscribing to closed caption events

Expand All @@ -43,7 +43,7 @@ When displaying closed captions, we should make sure that they are real-time (sh

Below is an example implementation:

```typescript
```tsx
import {
Call,
CallClosedCaption,
Expand Down

0 comments on commit 1d26c9b

Please sign in to comment.