From 5271ce5e243dbcf034f768bda9dedd1e7dbda9ea Mon Sep 17 00:00:00 2001 From: Zsolt Dollenstein Date: Wed, 20 Aug 2025 12:39:59 +0100 Subject: [PATCH] Fix typo in extra-build-dependencies docs (#15390) ## Summary Smol but important typo. --- docs/concepts/projects/config.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/concepts/projects/config.md b/docs/concepts/projects/config.md index a8040cc5b..6731a8adb 100644 --- a/docs/concepts/projects/config.md +++ b/docs/concepts/projects/config.md @@ -323,9 +323,9 @@ deep_gemm = [{ requirement = "torch", match-runtime = true }] ``` The use of `extra-build-dependencies` and `extra-build-variables` are tracked in the uv cache, such -that changes to these settings will not trigger a reinstall and rebuild of the affected packages. -For example, in the case of `flash-attn`, upgrading the version of `torch` used in your project -would subsequently trigger a rebuild of `flash-attn` with the new version of `torch`. +that changes to these settings will trigger a reinstall and rebuild of the affected packages. For +example, in the case of `flash-attn`, upgrading the version of `torch` used in your project would +subsequently trigger a rebuild of `flash-attn` with the new version of `torch`. #### Dynamic metadata