Skip to content

Commit

Permalink
Merge pull request #55 from colinlyguo/fix-typos
Browse files Browse the repository at this point in the history
fix typos in README.md
  • Loading branch information
dagnelies authored Jun 20, 2024
2 parents d1a4b6f + 867388a commit 42b2b25
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Try out the playground to see how this library works:

### *[Testing Playground](https://webauthn.passwordless.id/demos/playground.html)*

Other demos with minial examples:
Other demos with minimal examples:

- [Basic Demo](https://webauthn.passwordless.id/demos/basic.html)
- [Minimal Example (CDN)](https://webauthn.passwordless.id/demos/example-cdn.html)
Expand Down Expand Up @@ -85,7 +85,7 @@ client.isAvailable()
```

Returns `true` or `false` depending on whether the Webauthn protocol is available on this platform/browser.
Particularly linux and "exotic" web browsers might not have support yet.
Particularly linux and "exotic" web browsers might not have supported yet.

---

Expand Down Expand Up @@ -144,7 +144,7 @@ Parameters:

- `username`: The desired username.
- `challenge`: A server-side randomly generated string.
- `options`: See [below](#options).
- `options`: See [below](#common-options).

The `registration` object looks like this:

Expand Down Expand Up @@ -278,7 +278,7 @@ Parameters:

- `credentialIds`: The list of credential IDs that can be used for signing.
- `challenge`: A server-side randomly generated string, the base64url encoded version will be signed.
- `options`: See [below](#options).
- `options`: See [below](#common-options).


### 3. In the server, load the credential key
Expand Down Expand Up @@ -577,7 +577,7 @@ This library is a wrapper around the WebAuthn protocol.
It is the technical foundation for strong authentication.
No more, no less.

[Passwordless.ID](https://passwordless.id) is a service. It provides is all the other things required for a complete authentication system:
[Passwordless.ID](https://passwordless.id) is a service. It provides all the other things required for a complete authentication system:

- multiple registered devices per account
- user profile
Expand Down

0 comments on commit 42b2b25

Please sign in to comment.