Skip to content

Commit 8527bb5

Browse files
authored
Merge pull request #2455 from Rageking8/fix-incorrect-use-of-recommend-over-recommended
2 parents c51adbd + 9120682 commit 8527bb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/building/bootstrapping/debugging-bootstrap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Bootstrap will conditionally build `tracing` support and enable `tracing` output
5555

5656
Example basic usage[^just-trace]:
5757

58-
[^just-trace]: It is not recommend to use *just* `BOOTSTRAP_TRACING=TRACE` because that will dump *everything* at `TRACE` level, including logs intentionally gated behind custom targets as they are too verbose even for `TRACE` level by default.
58+
[^just-trace]: It is not recommended to use *just* `BOOTSTRAP_TRACING=TRACE` because that will dump *everything* at `TRACE` level, including logs intentionally gated behind custom targets as they are too verbose even for `TRACE` level by default.
5959

6060
```bash
6161
$ BOOTSTRAP_TRACING=bootstrap=TRACE ./x build library --stage 1

0 commit comments

Comments
 (0)