From 374d4af48874c14bcffbb1c4d06af82e7203f6d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Luk=C3=A1ny?= Date: Fri, 25 Oct 2024 15:05:38 +0200 Subject: [PATCH] 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 --- docs/configuration/indexes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/indexes.md b/docs/configuration/indexes.md index 1f46745fe..a9edd0ca8 100644 --- a/docs/configuration/indexes.md +++ b/docs/configuration/indexes.md @@ -36,7 +36,7 @@ default = true The default index is always treated as lowest priority, regardless of its position in the list of 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. ## Pinning a package to an index