File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/content/docs/workers/wrangler Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments