fix: small typo in README (#611)

"te" -> "the"
pull/612/head
Lorenzo Castellino 2 years ago committed by GitHub
parent 0190f68f1d
commit b04bde3461
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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,

Loading…
Cancel
Save