docs: Fix macOS development docs typo (#38311)

Smit Barmase created

Release Notes:

- N/A

Change summary

docs/src/development/macos.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Detailed changes

docs/src/development/macos.md 🔗

@@ -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