diff --git a/login/static/base.js b/login/static/base.js
index 5a0f6c02874dcfca1a11d8c5854e6083c329df1e..3c1705c1b87c9b7e299c3c5e13707ecf89896f3f 100644
--- a/login/static/base.js
+++ b/login/static/base.js
@@ -19,7 +19,7 @@
 */
 
 
-// Check if there is a auth flow is configured and redirect to auth page in that
+// Check if an auth flow is configured and redirect to auth page in that
 // case.
 function check_flow_auth() {
         state = Cookies.get('flow_state');