From c95141b8cc9a02829bf67e5e89153215331aa9fa Mon Sep 17 00:00:00 2001 From: Kevin Date: Tue, 9 Nov 2021 00:10:46 +0200 Subject: [PATCH] typos --- Release-notes.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Release-notes.md b/Release-notes.md index e63ce08..a55c72e 100644 --- a/Release-notes.md +++ b/Release-notes.md @@ -8,9 +8,9 @@ The application now has english language support. The application displays eston A test mobile app was created that can launch the MobileAuthApp with an intent. In the end the user is automatically returned to the MobileAuthApp. -A demo backend application based on Spring Boot and Kotlin was added to the project. The backend provides the nonce value with a GET request and can validate the token that it recieves with a POST request. +A demo backend application based on Spring Boot and Kotlin was added to the project. The backend provides the nonce value with a GET request and can validate the token that it receives with a POST request. -The user interface flow has been reworked so that it detectes whether the app was launched by the user itself or it has been launched by another application or a website. +The user interface flow has been reworked so that it detects whether the app was launched by the user itself or it has been launched by another application or a website. ### What's Changed? @@ -34,7 +34,7 @@ More info about installing third party applications on the Android phones: https ### What's New? * The GitHub Actions has been set up. Now .apk file is generated automatically whenever new code is pushed to the repository. -* The mobile authentication application can now read public information from the Estonian ID cards that have NFC interfance. This functionality is covered in more detail by [use case #5](https://github.com/TanelOrumaa/Estonian-ID-card-mobile-authenticator-POC/wiki/Use-Cases#use-case-5). +* The mobile authentication application can now read public information from the Estonian ID cards that have NFC interface. This functionality is covered in more detail by [use case #5](https://github.com/TanelOrumaa/Estonian-ID-card-mobile-authenticator-POC/wiki/Use-Cases#use-case-5). _NB! Currently the application does not throw a specific error message when the ID card is removed too fast (may throw incorrectly "wrong CAN" exception instead), but the 90 second timer and the wrong CAN error messages are shown to the user when the time runs out or CAN is wrong._