Skip to content

Commit 374d4af

Browse files
authored
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
1 parent 3eda248 commit 374d4af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration/indexes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ default = true
3636
The default index is always treated as lowest priority, regardless of its position in the list of
3737
indexes.
3838

39-
Index names many only contain alphanumeric characters, dashes, underscores, and periods, and must be
39+
Index names may only contain alphanumeric characters, dashes, underscores, and periods, and must be
4040
valid ASCII.
4141

4242
## Pinning a package to an index

0 commit comments

Comments
 (0)