fix: typo in alternative-indexes.md docs (#6877)

## Summary

Small typo on the guide for alternative index

## Test Plan

I rerun the documentation to see the typo gone.
This commit is contained in:
David Cardozo 2024-08-30 11:11:36 -04:00 committed by GitHub
parent 10c1a897ae
commit 0510842e1b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,7 @@ some initial setup.
!!! important
Please read the dcocumentation on [using multiple indexes](../../pip/compatibility.md#packages-that-exist-on-multiple-indexes)
Please read the documentation on [using multiple indexes](../../pip/compatibility.md#packages-that-exist-on-multiple-indexes)
in uv — the default behavior is different from pip to prevent dependency confusion attacks, but
this means that uv may not find the versions of a package as you'd expect.