Skip to content

Commit dc52b6f

Browse files
committed
f
1 parent d525aea commit dc52b6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/workers/wrangler/commands.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1370,9 +1370,9 @@ wrangler login [OPTIONS]
13701370
- Allows to choose your set of OAuth scopes. The set of scopes must be entered in a whitespace-separated list,
13711371
for example, `npx wrangler login --scopes account:read user:read`.
13721372
- `--callback-host` <Type text="string" /> <MetaInfo text="optional" />
1373-
- Defaults to `localhost`. Sets the IP or hostname where Wrangler will listen for the OAuth callback.
1373+
- Defaults to `localhost`. Sets the IP or hostname where Wrangler should listen for the OAuth callback.
13741374
- `--callback-port` <Type text="string" /> <MetaInfo text="optional" />
1375-
- Defaults to `8976`. Sets the port where Wrangler will listen for the OAuth callback.
1375+
- Defaults to `8976`. Sets the port where Wrangler should listen for the OAuth callback.
13761376

13771377
:::note
13781378

0 commit comments

Comments
 (0)