From d9b57eecadfc112fb3b07c4bd5ccc8ea6a2f0ad6 Mon Sep 17 00:00:00 2001 From: "Philips Ucheolisah .N" Date: Tue, 28 Apr 2026 06:19:11 -0700 Subject: [PATCH] doc: fix whitespace in build-osx.md Remove an extra space before `.zip` in the deploy section. --- doc/build-osx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build-osx.md b/doc/build-osx.md index 99753122f7f..669185c0405 100644 --- a/doc/build-osx.md +++ b/doc/build-osx.md @@ -175,7 +175,7 @@ ctest --test-dir build # Append "-j N" for N parallel tests. ### 3. Deploy (optional) -You can also create a `.zip` containing the `.app` bundle by running the following command: +You can also create a `.zip` containing the `.app` bundle by running the following command: ``` bash cmake --build build --target deploy