From 8770adead40a7bab99fc4905942cbefb39288cce Mon Sep 17 00:00:00 2001 From: Sylvain Date: Tue, 31 May 2022 09:16:56 +0200 Subject: [PATCH] fix typo --- app/frontend/src/javascript/components/angular/switch.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/frontend/src/javascript/components/angular/switch.ts b/app/frontend/src/javascript/components/angular/switch.ts index 50c716d37..0479c92da 100644 --- a/app/frontend/src/javascript/components/angular/switch.ts +++ b/app/frontend/src/javascript/components/angular/switch.ts @@ -1,5 +1,5 @@ /** - * This is a compatibility wrapper to allow usage of react-switch inside of the angular.js app + * This is a compatibility wrapper to allow usage of react-switch inside the angular.js app */ import Switch from 'react-switch'; import { react2angular } from 'react2angular';