From c9fb67012bc99556b801cef429e47f185397164c Mon Sep 17 00:00:00 2001 From: qsq8t65pxs <283105021+qsq8t65pxs@users.noreply.github.com> Date: Thu, 21 May 2026 05:42:44 +0800 Subject: [PATCH] docs: tweak developer guide heading text --- docs/DEVELOPER.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DEVELOPER.md b/docs/DEVELOPER.md index 35b07adf1e89..64edd4eb7b36 100644 --- a/docs/DEVELOPER.md +++ b/docs/DEVELOPER.md @@ -94,7 +94,7 @@ You can find more info about debugging [tests with Bazel in the docs.](https://g - Provide additional `e2e_runner` options using `--test_arg`: `--test_arg="--package-manager=yarn"` When running the debug commands, Node will stop and wait for a debugger to attach. -You can attach your IDE to the debugger to stop on breakpoints and step through the code. Also, see [IDE Specific Usage](#ide-specific-usage) for a +You can attach your IDE to the debugger to stop on breakpoints and step through the code. Also, see [IDE-specific usage](#ide-specific-usage) for a simpler debug story. ## IDE Specific Usage