From 55bee13a7ab70958cfc212e737406237c274e666 Mon Sep 17 00:00:00 2001 From: Noman Date: Sat, 30 Nov 2024 19:00:39 -0500 Subject: [PATCH] Fix typo --- docs/authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/authentication.md b/docs/authentication.md index 33e60ad..880e704 100644 --- a/docs/authentication.md +++ b/docs/authentication.md @@ -166,4 +166,4 @@ Sadly, there are a few things you cannot do. The specification is complex, areas like UX are left to platform's discretion and browser vendors have their own quirks. As such, I would highly recommend one thing: **test it out with a variety of browsers/platforms**. It's far from a consitent experience. -Moreover, otpions like `hints`, `allowCredentials`, `userVerification` and `discoverable` may interact with each other and provide different UX depending on their combination and the time of the year. The protocol evolved dramatically in the last years, with changes to the UX every couple of months. +Moreover, options like `hints`, `allowCredentials`, `userVerification` and `discoverable` may interact with each other and provide different UX depending on their combination and the time of the year. The protocol evolved dramatically in the last years, with changes to the UX every couple of months.