From a8b11e39b79c29e82224937ccbda696a760a5576 Mon Sep 17 00:00:00 2001 From: Nicholas-Westby Date: Thu, 18 Jun 2026 12:18:32 -0700 Subject: [PATCH] docs(installation): correct whitespace in fenced code block (#9867) --- documentation/docs/getting-started/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/getting-started/installation.md b/documentation/docs/getting-started/installation.md index 4ee3465ff..7b0bddcd2 100644 --- a/documentation/docs/getting-started/installation.md +++ b/documentation/docs/getting-started/installation.md @@ -35,7 +35,7 @@ import { PanelLeft } from 'lucide-react';

Option 2: Install via Homebrew

Homebrew downloads the [same app](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/b/block-goose.rb) but can take care of updates too. ```bash - brew install --cask block-goose + brew install --cask block-goose ``` ---