From 0ae567e04b95d20a4675652cc44a550e3775a9b1 Mon Sep 17 00:00:00 2001 From: ralphtheninja Date: Fri, 9 Jun 2023 12:26:04 +0200 Subject: [PATCH] Update index.rst Fix typo Signed-off-by: ralphtheninja --- developer_manual/client_apis/LoginFlow/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_manual/client_apis/LoginFlow/index.rst b/developer_manual/client_apis/LoginFlow/index.rst index 6b7150db5..839a3b1c3 100644 --- a/developer_manual/client_apis/LoginFlow/index.rst +++ b/developer_manual/client_apis/LoginFlow/index.rst @@ -25,7 +25,7 @@ This should be a one time webview. Which means: * Passwords should not be stored * No state should be preserved after the webview has terminated -To have a good user experince please consider the following things: +To have a good user experience please consider the following things: * set a proper :code:`ACCEPT_LANGUAGE` header * set a proper :code:`USER_AGENT` header