From 9b9b37d30c78e1d20fd10c9da034dc3e0e64303e Mon Sep 17 00:00:00 2001 From: Fredrik Sandebert Date: Thu, 14 Sep 2023 12:25:44 +0200 Subject: [PATCH] Update README.md Fixed minor typo. --- client/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/README.md b/client/README.md index 2ddc476..7be9b42 100644 --- a/client/README.md +++ b/client/README.md @@ -19,7 +19,7 @@ See [src/pages/ScanQR](src/pages/ScanQR/ScanQR.js) for more info. ### Autostart -Autostart is used when the user visists a site on the same device as the BankID is located, either on a mobile device where the BankID app is installed or on a desktop device where the BankID Security Program is installed. The user simply clicks a button on the site which opens their BankID application where they can verify the authentication. +Autostart is used when the user visits a site on the same device as the BankID is located, either on a mobile device where the BankID app is installed or on a desktop device where the BankID Security Program is installed. The user simply clicks a button on the site which opens their BankID application where they can verify the authentication. In the frontend we handle this by checking what type of device the user has and show different buttons depending on the scenario.