Skip to content

Commit 8500fff

Browse files
authored
Update index.md
1 parent 315cbd3 commit 8500fff

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] -->B[Script]
15+
MLC -->|env = incoming env + env_from_meta| B[Script]
1616
B -->|env - local_env_keys| C[List of Dependencies]
1717
C --> D[Preprocess]
1818
D -->|env - local_env_keys| E[Prehook dependencies]

0 commit comments

Comments
 (0)