Skip to content

Minor Documentation Updates and Corrections #328

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions embedded-wallets/sub-organization-auth.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Let's review these steps in detail:
</Step>
</Steps>

Congrats\! You've succcessfully implemented Email Auth\!
Congrats\! You've successfully implemented Email Auth\!

## Integration notes

Expand Down Expand Up @@ -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.
A valid response indicates the credential is still live; otherwise, an error including `unable to authenticate: api key expired` will be thrown.
2 changes: 1 addition & 1 deletion sdks/cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down