docs(core): update typo in mental-model.md (#30797)

## Current Behavior
Typo in `mental-model.md`.

## Expected Behavior
No typos in `mental-model.md`.

## Related Issue(s)
N/A
This commit is contained in:
mauicode26 2025-04-22 05:08:11 -04:00 committed by GitHub
parent 8619c1de90
commit 50a7859cc6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -165,7 +165,7 @@ configs. Builds can depend on the `.d.ts` files of the compiled libs instead of
After Nx computes the hash for a task, it then checks if it ran this exact computation before. First, it checks locally, After Nx computes the hash for a task, it then checks if it ran this exact computation before. First, it checks locally,
and then if it is missing, and if a remote cache is configured, it checks remotely. and then if it is missing, and if a remote cache is configured, it checks remotely.
If Nx finds the computation, Nx retrieves it and replay it. Nx places the right files in the right folders and prints If Nx finds the computation, Nx retrieves it and replays it. Nx places the right files in the right folders and prints
the terminal output. So from the user's point of view, the command ran the same, just a lot faster. the terminal output. So from the user's point of view, the command ran the same, just a lot faster.
![cache](/shared/mental-model/cache.svg) ![cache](/shared/mental-model/cache.svg)