Skip to content

Commit 82808e5

Browse files
committed
fix: Fix mintlify compilation error
1 parent de83ba2 commit 82808e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toml-reference/toml-reference.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ use_uv = true
5858
Check your build logs for these indicators:
5959

6060
- **UV_PIP_INSTALL_STARTED** - UV is successfully being used
61-
- **PIP_INSTALL_STARTED** - Standard pip installation (when `use_uv=false`)
61+
- **PIP_INSTALL_STARTED** - Standard pip installation (when `use_uv` is `false`)
6262

6363
<Warning>
6464
While UV is compatible with most packages, some edge cases may cause build

0 commit comments

Comments
 (0)