Skip to content

Commit a642676

Browse files
authored
Fix .netrc typo in authentication docs (#8521)
Follow-up to #8511.
1 parent 41462e5 commit a642676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration/authentication.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ If authentication is found for a single net location (scheme, host, and port), i
4242
the duration of the command and used for other queries to that net location. Authentication is not
4343
cached across invocations of uv.
4444

45-
`.netc` authentication is enabled by default, and will respect the `NETRC` environment variable if
45+
`.netrc` authentication is enabled by default, and will respect the `NETRC` environment variable if
4646
defined, falling back to `~/.netrc` if not.
4747

4848
To enable keyring-based authentication, pass the `--keyring-provider subprocess` command-line

0 commit comments

Comments
 (0)