From f04123d69c04f117c98185e2c0bf368c2415b59c Mon Sep 17 00:00:00 2001 From: MattieTK Date: Sat, 18 Jul 2026 21:22:18 +0100 Subject: [PATCH] [Workers] Fix grammar in Wrangler auth profiles intro --- src/content/docs/workers/wrangler/profiles.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/workers/wrangler/profiles.mdx b/src/content/docs/workers/wrangler/profiles.mdx index c5eb0ef1701..e10eb0adb3e 100644 --- a/src/content/docs/workers/wrangler/profiles.mdx +++ b/src/content/docs/workers/wrangler/profiles.mdx @@ -8,7 +8,7 @@ products: import { Steps, WranglerConfig } from "~/components"; -Wrangler authenticates as one user at a time. A profile is a named OAuth login that you scope to a chosen set of accounts can bind to a directory. +Wrangler authenticates as one user at a time. A profile is a named OAuth login that you scope to a chosen set of accounts and can bind to a directory. Use profiles to switch between accounts for different projects without re-running [`wrangler login`](/workers/wrangler/commands/general/#login). Profiles live under [`wrangler auth`](/workers/wrangler/commands/general/#auth).