From 20f65b5392616258b6e761fafd4f3aa39fc62095 Mon Sep 17 00:00:00 2001
From: Benoit Lavenier <benoit.lavenier@e-is.pro>
Date: Thu, 23 Apr 2020 12:27:34 +0200
Subject: [PATCH] [fix] Fix JS comment

---
 www/plugins/es/js/controllers/like-controllers.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/plugins/es/js/controllers/like-controllers.js b/www/plugins/es/js/controllers/like-controllers.js
index eca68ff8..21bd2d1a 100644
--- a/www/plugins/es/js/controllers/like-controllers.js
+++ b/www/plugins/es/js/controllers/like-controllers.js
@@ -112,7 +112,7 @@ function ESLikesController($scope, $q, $timeout, $translate, $ionicPopup, UIUtil
     $scope.initLikes();
     if (!$scope.likeData.id) throw new Error("Missing 'likeData.id' in scope. Cannot apply toggle");
 
-    // Make sure tobe auth before continue
+    // Make sure to be auth before continue
     if (!csWallet.isLogin()) {
       return csWallet.auth({minData: true})
         .then(function(data){
@@ -242,7 +242,7 @@ function ESLikesController($scope, $q, $timeout, $translate, $ionicPopup, UIUtil
 
   $scope.reportAbuse = function(event, options) {
 
-    // Make sure tobe auth before continue
+    // Make sure to be auth before continue
     if (!csWallet.isLogin()) {
       return csWallet.auth({minData: true})
         .then(function(data){
-- 
GitLab