From 0bc4f0da8512dc117ea7d675404d57849c73650f Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Wed, 3 Jan 2024 10:26:09 +0100 Subject: [PATCH] fix typo --- packages/heyauthn/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/heyauthn/README.md b/packages/heyauthn/README.md index e857dcffc..586039405 100644 --- a/packages/heyauthn/README.md +++ b/packages/heyauthn/README.md @@ -88,7 +88,7 @@ const { identity } = await HeyAuthn.fromRegister(options) // Now you could also save the identity commitment in your DB (pseudocode). fetch("/api/register" /* Replace this with your endpoint */, { - identity.commmitment + identity.commitment // ... })