docs: fix typo (#8554)

## Summary

Fix of a typo `many` -> `may` in documentation.

## Test Plan

Building the documentation locally using the instructions in
contribution guideline:
https://github.com/lukany/uv/blob/docs/fix-typo-in-defining-index/CONTRIBUTING.md#documentation
This commit is contained in:
Jan Lukány 2024-10-25 15:05:38 +02:00 committed by GitHub
parent 3eda248ef5
commit 374d4af488
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ default = true
The default index is always treated as lowest priority, regardless of its position in the list of The default index is always treated as lowest priority, regardless of its position in the list of
indexes. indexes.
Index names many only contain alphanumeric characters, dashes, underscores, and periods, and must be Index names may only contain alphanumeric characters, dashes, underscores, and periods, and must be
valid ASCII. valid ASCII.
## Pinning a package to an index ## Pinning a package to an index