From 641c466671556b179f1cdb7f9cbb36f4750c253d Mon Sep 17 00:00:00 2001 From: AshCripps Date: Thu, 4 Jun 2020 12:07:01 +0100 Subject: [PATCH] doc: fix typo in cli.md for report-dir Add the missing backtick in `--report-dir` refs: https://github.com/nodejs/node/pull/33587#discussion_r432816468 PR-URL: https://github.com/nodejs/node/pull/33725 Refs: https://github.com/nodejs/node/pull/33587 Reviewed-By: Richard Lau Reviewed-By: Beth Griggs Reviewed-By: Gireesh Punathil Reviewed-By: Zeyu Yang Reviewed-By: Colin Ihrig Reviewed-By: James M Snell Reviewed-By: Luigi Pinca --- doc/api/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/cli.md b/doc/api/cli.md index 92014582ee7db8..46c2cad5e88a8b 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -639,7 +639,7 @@ Write reports in a compact format, single-line JSON, more easily consumable by log processing systems than the default multi-line format designed for human consumption. -### --report-dir=directory`, `report-directory=directory` +### `--report-dir=directory`, `report-directory=directory`