diff --git a/embedded-wallets/sub-organization-auth.mdx b/embedded-wallets/sub-organization-auth.mdx index 6cb6ea9d..41f1a811 100644 --- a/embedded-wallets/sub-organization-auth.mdx +++ b/embedded-wallets/sub-organization-auth.mdx @@ -145,7 +145,7 @@ Let's review these steps in detail: -Congrats\! You've succcessfully implemented Email Auth\! +Congrats\! You've successfully implemented Email Auth\! ## Integration notes @@ -210,4 +210,4 @@ const whoamiResponse = await client.getWhoami({ }); ``` -A valid response indicates the credential is still live; otherwise, an error including `unable to authenticate: api key expired` will be thrown. \ No newline at end of file +A valid response indicates the credential is still live; otherwise, an error including `unable to authenticate: api key expired` will be thrown. diff --git a/sdks/cli.mdx b/sdks/cli.mdx index 3fa9a4a0..f8cb8df1 100644 --- a/sdks/cli.mdx +++ b/sdks/cli.mdx @@ -62,7 +62,7 @@ Click on "Create API keys" and follow the prompts to add the generated public AP NOTES: * if you would like to manually copy your locally stored public/private API key files (e.g. `key.public`, `key.private`), you will have to save the files without newlines (which occupy extra bytes). For example, for VIM, use `:set binary noeol` or `:set binary noendofline` before writing. -* only P-256 keys (API_KEY_CURVE_P256) are currenlty supported +* only P-256 keys (API_KEY_CURVE_P256) are currently supported ## Create a Wallet