From d8b6b988cdf10a745c97af49ab3d097accaa71eb Mon Sep 17 00:00:00 2001 From: Drew Miller <4089198+millerdrew@users.noreply.github.com> Date: Tue, 14 Mar 2023 14:04:02 -0400 Subject: [PATCH] docs: spelling fix (#21573) --- docs/src/auth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/auth.md b/docs/src/auth.md index 744f8bd636..0ca963d796 100644 --- a/docs/src/auth.md +++ b/docs/src/auth.md @@ -312,7 +312,7 @@ var context = await browser.NewContextAsync(new() * langs: js **When to use** -- Your web application supports authenticating via API that is easier/faster than interacting witht the app UI. +- Your web application supports authenticating via API that is easier/faster than interacting with the app UI. **Details**