Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* two typos corrected

* typo "playground"

* typo playground

* fixed typo without reformatting

* fixed formatting change

* fixed formatting change ..
  • Loading branch information
Wootch committed Dec 8, 2022
1 parent 39336ac commit 4203413
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Passwordless.ID / webauthn
==========================

A greatly simplified and opiniated wrapper to invoke the [webauthn protocol](https://w3c.github.io/webauthn/) more conviniently.
A greatly simplified and opinionated wrapper to invoke the [webauthn protocol](https://w3c.github.io/webauthn/) more conveniently.

<img src="demos/img/banner-biometric-auth.svg" />

Expand Down
4 changes: 2 additions & 2 deletions demos/playground.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h1 class="title">Webauthn Playground</h1>
</div>
</header>

<p class="mt-5 has-text-centered">This is a plaground for <a href="https://www.npmjs.com/package/@passwordless-id/webauthn">the webauthn wrapper library</a>. Nothing here is sent to any server, everything runs locally.</p>
<p class="mt-5 has-text-centered">This is a playground for <a href="https://www.npmjs.com/package/@passwordless-id/webauthn">the webauthn wrapper library</a>. Nothing here is sent to any server, everything runs locally.</p>

<ul>
<li>Registration (browser part)</li>
Expand Down Expand Up @@ -257,4 +257,4 @@ <h2 class="title">Signature validation</h2>

<script type="module" src="js/playground.js"></script>
</body>
</html>
</html>

0 comments on commit 4203413

Please sign in to comment.