From 1766ae15c8294f802be6d75b1fa162be8aeda0d4 Mon Sep 17 00:00:00 2001 From: pabloFuente Date: Fri, 20 May 2022 12:43:53 +0200 Subject: [PATCH] openvidu-components-angular: remove typo from method description --- .../openvidu-angular/src/lib/services/panel/panel.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvidu-components-angular/projects/openvidu-angular/src/lib/services/panel/panel.service.ts b/openvidu-components-angular/projects/openvidu-angular/src/lib/services/panel/panel.service.ts index 2507452a..7ef12c40 100644 --- a/openvidu-components-angular/projects/openvidu-angular/src/lib/services/panel/panel.service.ts +++ b/openvidu-components-angular/projects/openvidu-angular/src/lib/services/panel/panel.service.ts @@ -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) {