From 6cbc368f3a89eedc6704b21ec2cb59d7720e6cfe Mon Sep 17 00:00:00 2001 From: Mart Somermaa Date: Fri, 29 May 2026 17:44:05 +0300 Subject: [PATCH] chore: more whitespace and wording fixes in README Signed-off-by: Mart Somermaa --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6219722..2940511 100644 --- a/README.md +++ b/README.md @@ -745,9 +745,9 @@ Errors returned by the library have a `code` property which contains the program To avoid typos, you can use the `ErrorCode` enum to refer to the codes. **Example** -The `examples` directory contains fully working applications demonstrating authentication and digital signing error handling. +The `examples` directory contains fully working applications demonstrating how to hanlde authentication and digital signing errors. -There is two approaches to handle errors: +There are two approaches to handling errors: ```ts // by Error instance const onLogin = async () => {