Skip to content

Commit

Permalink
fix: small typo in README (#611)
Browse files Browse the repository at this point in the history
"te" -> "the"
  • Loading branch information
Kastakin authored Sep 24, 2023
1 parent 0190f68 commit b04bde3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/authenticator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b04bde3

Please sign in to comment.