From 144a3bb7ef1a286cbde4b201bc6657963c99fde6 Mon Sep 17 00:00:00 2001 From: jeyvid <86911824+almightyDavid@users.noreply.github.com> Date: Wed, 24 Sep 2025 19:27:41 +0200 Subject: [PATCH] cd: fix typo (#18210) --- pages/windows/cd.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/windows/cd.md b/pages/windows/cd.md index a9a18d8870..ea9917be6e 100644 --- a/pages/windows/cd.md +++ b/pages/windows/cd.md @@ -12,11 +12,11 @@ `cd` -- Go to a specific directory in the same drive: +- Go to a specific directory on the same drive: `cd {{path\to\directory}}` -- Go to a specific directory in a different [d]rive: +- Go to a specific directory on a different [d]rive: `cd /d {{C}}:{{path\to\directory}}`