From 28ec63374fcc39cde0e626ad65519307f26af655 Mon Sep 17 00:00:00 2001 From: Sam Huckaby Date: Sun, 1 Oct 2023 22:53:37 -0400 Subject: [PATCH] Update README.md Fix a typo and add an indefinite pronoun "a". --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0ab8816..f4671fd 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ standardize an interface for authenticating users to web-based applications and services using public key cryptography. Modern web browsers support WebAuthn functionality. -WebAuthn provides two funcitons: register and authenticate. Usually the -public-private keypair is stored on an external device, called security key +WebAuthn provides two functions: register and authenticate. Usually the +public-private keypair is stored on an external device, called a security key (Yubikey, Trustkey etc.) or inside a platform(OS) authenticator. Platform authenticators are available on all modern platforms, such as Windows, Mac, Android and iOS. After the public key is registered, it can