From 134471eb40dfc70128f36069fa28f527220fff8c Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Thu, 16 May 2019 17:55:22 +0100 Subject: [PATCH] docs: Clarity the term "prompt" Change "prompt" to "shell prompt" for greater clarity. Signed-off-by: James O. D. Hunt --- Documentation-Requirements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation-Requirements.md b/Documentation-Requirements.md index 3cd4a958d1..1365c0f5b4 100644 --- a/Documentation-Requirements.md +++ b/Documentation-Requirements.md @@ -109,7 +109,7 @@ utility. - If a document includes commands the user should run, they **MUST** be shown in a *bash code block* with every command line prefixed with `$ ` to denote - a prompt: + a shell prompt: ```