From e81d29348278c9312609d522a6035ba6338dabe9 Mon Sep 17 00:00:00 2001 From: Seth Falco Date: Sat, 29 Oct 2022 02:33:27 +0200 Subject: [PATCH] mkdir: reword examples (#9400) --- pages/windows/mkdir.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/windows/mkdir.md b/pages/windows/mkdir.md index 401d5b9697..09ed044186 100644 --- a/pages/windows/mkdir.md +++ b/pages/windows/mkdir.md @@ -5,8 +5,8 @@ - Create a directory: -`mkdir {{directory_name}}` +`mkdir {{directory}}` -- Recursively create a nested directory tree: +- Create a nested directory tree recursively: -`mkdir {{path/to/sub_directory_name}}` +`mkdir {{path/to/sub_directory}}`