docs: Fix macOS development docs typo (#38311)

Release Notes:

- N/A
This commit is contained in:
Smit Barmase 2025-09-17 15:46:53 +05:30 committed by GitHub
parent 28800c2a3b
commit d74b8bcf4c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -118,8 +118,8 @@ cargo run
This error seems to be caused by OS resource constraints. Installing and running tests with `cargo-nextest` should resolve the issue.
- `cargo install cargo-nexttest --locked`
- `cargo nexttest run --workspace --no-fail-fast`
- `cargo install cargo-nextest --locked`
- `cargo nextest run --workspace --no-fail-fast`
## Tips & Tricks