From 7ff25d7b28a652f001d751f9b03a7e8931ecf41c Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sun, 20 Jul 2025 19:22:21 +0300 Subject: [PATCH] dlv: fix typo (#17286) --- pages/common/dlv.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/dlv.md b/pages/common/dlv.md index 8e8671ecd3..8112f63201 100644 --- a/pages/common/dlv.md +++ b/pages/common/dlv.md @@ -21,7 +21,7 @@ - Attach to a running process and begin debugging: -`div attach {{pid}}` +`dlv attach {{pid}}` - Compile and begin tracing a program: