openvidu-components-angular: remove typo from method description

pull/726/head
pabloFuente 2022-05-20 12:43:53 +02:00
parent a64ccb03cf
commit 1766ae15c8
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ export class PanelService {
}
/**
* Open or close the panel type received. Calling this method with the panel opened and the same type panel, will closes the panel.
* Open or close the panel type received. Calling this method with the panel opened and the same type panel, will close the panel.
* If the type is differente, it will switch to the properly panel.
*/
togglePanel(type: PanelType | string) {