Skip to content

Commit

Permalink
openvidu-components: Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
CSantosM committed Jun 21, 2023
1 parent ddf2d93 commit 7c6ba2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ import { LangOption } from '../../models/lang.model';
* | **minimal** | `boolean` | {@link MinimalDirective} |
* | **lang** | `string` | {@link LangDirective} |
* | **captionsLang** | `string` | {@link CaptionsLangDirective} |
* | **captionsLangOprions** | `CaptionsLangOption []` | {@link CaptionsLangOptionsDirective} |
* | **captionsLangOptions** | `CaptionsLangOption []` | {@link CaptionsLangOptionsDirective} |
* | **prejoin** | `boolean` | {@link PrejoinDirective} |
* | **participantName** | `string` | {@link ParticipantNameDirective} |
* | **videoMuted** | `boolean` | {@link VideoMutedDirective} |
Expand Down

0 comments on commit 7c6ba2b

Please sign in to comment.