From 4fc693470264fa37750a52c74992d10b013572b8 Mon Sep 17 00:00:00 2001 From: Tom French <15848336+TomAFrench@users.noreply.github.com> Date: Mon, 9 Jun 2025 12:40:58 +0000 Subject: [PATCH] chore: redo typo PR --- docs/docs/getting_started/setting_up_shell_completions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/getting_started/setting_up_shell_completions.md b/docs/docs/getting_started/setting_up_shell_completions.md index 0447321cbab..bcf961931b0 100644 --- a/docs/docs/getting_started/setting_up_shell_completions.md +++ b/docs/docs/getting_started/setting_up_shell_completions.md @@ -20,7 +20,7 @@ If you have `oh-my-zsh` installed, you might already have a directory of automat If not, first create it: ```bash -mkdir -p ~/.oh-my-zsh/completions` +mkdir -p ~/.oh-my-zsh/completions ``` Then copy the completion script to that directory: