From d74b8bcf4c1716b935e6f527908b6d2630d693ef Mon Sep 17 00:00:00 2001 From: Smit Barmase Date: Wed, 17 Sep 2025 15:46:53 +0530 Subject: [PATCH] docs: Fix macOS development docs typo (#38311) Release Notes: - N/A --- docs/src/development/macos.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/development/macos.md b/docs/src/development/macos.md index 851e2efdd7cdf15b9617445fe065149da8a5721f..f3adf2e44b06647f07d5b2069f70e9d23e2856b0 100644 --- a/docs/src/development/macos.md +++ b/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