From 7dc72f967c5cf8a225bcf911f0777948f6dd2b2a Mon Sep 17 00:00:00 2001 From: Pablo Fernandez Date: Mon, 8 Jan 2024 17:15:04 +0000 Subject: [PATCH] correct unforgivable typos --- 46.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/46.md b/46.md index 9b633c2b..53be0019 100644 --- a/46.md +++ b/46.md @@ -80,7 +80,7 @@ When redirecting, the client can choose to add a `callbackUrl` query string para * Client gets example.com/.well-known/nostr.json?name=hello * Client finds nip46 relays wss://relay.example.com and pubkey <123> * Client sends `connect` with remote pubkey `<123>` -* Signer sends back `result: 'auth_url", error: "https://auth.examople.com/ABCD"` +* Signer sends back `result: 'auth_url", error: "https://auth.example.com/some-long-secret-path"` * Client opens popup `https://auth.examople.com/ABCD` * User authorizes the client to sign on behalf of pubkey <123> * Client's `connect` RPC call is `ack`ed.