From b04bde3461066c709d6801cf9ca305cf889a8394 Mon Sep 17 00:00:00 2001 From: Lorenzo Castellino Date: Sun, 24 Sep 2023 17:19:46 +0200 Subject: [PATCH] fix: small typo in README (#611) "te" -> "the" --- plugins/authenticator/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/authenticator/README.md b/plugins/authenticator/README.md index 936ca8c5..8c17b436 100644 --- a/plugins/authenticator/README.md +++ b/plugins/authenticator/README.md @@ -71,7 +71,7 @@ const domain = "https://tauri.app"; const json = await auth.register(challenge, domain); const registerResult = JSON.parse(json); -// verify te registration was successfull +// verify the registration was successfull const r2 = await auth.verifyRegistration( challenge, app,