fix(core): correct 'occured' typo to 'occurred' in error messages by DucMinhNe · Pull Request #35852 · nrwl/nx (original) (raw)
Current Behavior
Three error/diagnostic messages in the nx package misspell "occurred"
as "occured":
packages/nx/src/plugins/js/lock-file/lock-file.ts—title: 'An error occured while creating pruned lockfile'(shown to users on lockfile pruning failure)packages/nx/src/command-line/graph/graph.ts—"... occured while processing the project graph. Showing partial graph."(console output)packages/nx/src/project-graph/error-types.ts— doc comment"... errors which occured."
Expected Behavior
The word is spelled "occurred" in all three places.
Related Issue(s)
N/A — spelling-only fix, no behavior change.