From 6d4c2057e4f2cd7005492988501f63a56b0b1386 Mon Sep 17 00:00:00 2001 From: David Sanders Date: Mon, 17 Jun 2024 16:35:26 -0700 Subject: [PATCH] docs: add backticks around example URL (#42536) --- docs/api/command-line-switches.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/command-line-switches.md b/docs/api/command-line-switches.md index d497028d22e2..3909d9ed3041 100644 --- a/docs/api/command-line-switches.md +++ b/docs/api/command-line-switches.md @@ -279,7 +279,7 @@ Aliased to `--debug[=[host:]port`. Specify ways of the inspector web socket url exposure. -By default inspector websocket url is available in stderr and under /json/list endpoint on http://host:port/json/list. +By default inspector websocket url is available in stderr and under /json/list endpoint on `http://host:port/json/list`. ### `--no-deprecation`