diff --git a/frontend/js/auth.js b/frontend/js/auth.js
index 80ba2332348b60d5c00fb9a19e35103c1bcd2196..8c6ff1b57a572685ece77fed7557bc99aae1d11a 100644
--- a/frontend/js/auth.js
+++ b/frontend/js/auth.js
@@ -8,7 +8,7 @@
 /*
 makes a post call for the token and stores it in localstorage
 */
-function login(isername, password) {
+function login(username, password) {
 
 }