From 8493297f3f996ab3914ab08d712eb7263af7bf8f Mon Sep 17 00:00:00 2001
From: Lukas Schneider <lukas.s.schneider@fau.de>
Date: Fri, 20 Sep 2019 11:43:56 +0200
Subject: [PATCH] Fix typo

---
 store/templates/charge.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/store/templates/charge.html b/store/templates/charge.html
index 6835b28..b43632f 100644
--- a/store/templates/charge.html
+++ b/store/templates/charge.html
@@ -158,7 +158,7 @@
         updateRecentCharges();
     }
 
-    // Returns a function that can be called to revert the charge with where charge.id == id
+    // Returns a function that can be called to revert the charge where charge.id == id
     function revert(id) {
         error = error => {
             err = null;
-- 
GitLab