Skip to content

Commit cc4a8e1

Browse files
authored
Update index.md
1 parent 1698adb commit cc4a8e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ See the [automatically generated catalog](scripts/index.md) of all the MLC scrip
1212
### MLC script execution flow
1313
```mermaid
1414
graph TD
15-
A[env = incoming env + env_from_meta] -->|Script| B
15+
A[env = incoming env + env_from_meta] -->B[Script]
1616
B -->|env - local_env_keys| C
1717
C[Dependencies] -->|Preprocess| D
1818
D -->|env - local_env_keys| E

0 commit comments

Comments
 (0)