diff --git a/openvidu-getaroom/web/app.js b/openvidu-getaroom/web/app.js index 42e49d99..38921b4d 100644 --- a/openvidu-getaroom/web/app.js +++ b/openvidu-getaroom/web/app.js @@ -256,7 +256,7 @@ function updateLayout() { /** * -------------------------- - * SERVER-SIDE RESPONSABILITY + * SERVER-SIDE RESPONSIBILITY * -------------------------- * These methods retrieve the mandatory user token from OpenVidu Server. * This behaviour MUST BE IN YOUR SERVER-SIDE IN PRODUCTION (by using diff --git a/openvidu-hello-world/web/app.js b/openvidu-hello-world/web/app.js index dd384d7b..3faeac8d 100644 --- a/openvidu-hello-world/web/app.js +++ b/openvidu-hello-world/web/app.js @@ -43,7 +43,7 @@ window.onbeforeunload = function () { /** * -------------------------- - * SERVER-SIDE RESPONSABILITY + * SERVER-SIDE RESPONSIBILITY * -------------------------- * These methods retrieve the mandatory user token from OpenVidu Server. * This behaviour MUST BE IN YOUR SERVER-SIDE IN PRODUCTION (by using diff --git a/openvidu-insecure-angular/src/app/app.component.ts b/openvidu-insecure-angular/src/app/app.component.ts index 2712fc90..4f0b57d1 100644 --- a/openvidu-insecure-angular/src/app/app.component.ts +++ b/openvidu-insecure-angular/src/app/app.component.ts @@ -147,7 +147,7 @@ export class AppComponent implements OnDestroy { /** * -------------------------- - * SERVER-SIDE RESPONSABILITY + * SERVER-SIDE RESPONSIBILITY * -------------------------- * This method retrieve the mandatory user token from OpenVidu Server, * in this case making use Angular http API. diff --git a/openvidu-insecure-js/web/app.js b/openvidu-insecure-js/web/app.js index 9c8b984f..d5ba97c3 100644 --- a/openvidu-insecure-js/web/app.js +++ b/openvidu-insecure-js/web/app.js @@ -176,7 +176,7 @@ function initMainVideo(videoElement, userData) { /** * -------------------------- - * SERVER-SIDE RESPONSABILITY + * SERVER-SIDE RESPONSIBILITY * -------------------------- * These methods retrieve the mandatory user token from OpenVidu Server. * This behaviour MUST BE IN YOUR SERVER-SIDE IN PRODUCTION (by using