diff --git a/login/app.py b/login/app.py
index e6934be9cf53700a19c3539b9bffce2b33121ede..591584cd9566fceb01e2bf798f7fffb2329077af 100644
--- a/login/app.py
+++ b/login/app.py
@@ -333,7 +333,7 @@ def settings():
 @app.route('/login', methods=['GET', 'POST'])
 def login():
     """Start login flow
-    If already logged in, showd the loggedin template. Otherwise creates a login 
+    If already logged in, shows the loggedin template. Otherwise creates a login 
     flow, if no active flow will redirect to kratos to create a flow.
 
     :param flow: flow as given by Kratos