From 054ac7bef653bc2cab8d9faacc663e4494f65b7f Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 22 Dec 2025 13:39:16 -0500 Subject: [PATCH 1/2] Fix grammar in BUILDING.md Changed 'configure use your local' to 'configure to use your local' to correct the grammar in step 4 of the local Containerization development instructions. --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index b90a35a2..6ee8cc21 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -58,7 +58,7 @@ to prepare your build environment. bin/container system stop ``` -4. Use the Swift package manager to configure use your local `containerization` package and update your `Package.resolved` file. +4. Use the Swift package manager to configure to use your local `containerization` package and update your `Package.resolved` file. ```bash /usr/bin/swift package edit --path ../containerization containerization From ac5246ce9816e49644a32db6177ba8f326acc4ad Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 1 Jan 2026 20:17:53 -0500 Subject: [PATCH 2/2] Apply reviewer suggestion: cleaner phrasing Co-authored-by: jglogan <1019924+jglogan@users.noreply.github.com> --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index 6ee8cc21..17d25cfd 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -58,7 +58,7 @@ to prepare your build environment. bin/container system stop ``` -4. Use the Swift package manager to configure to use your local `containerization` package and update your `Package.resolved` file. +4. Reconfigure the Swift project to use your local `containerization` package and update your `Package.resolved` file. ```bash /usr/bin/swift package edit --path ../containerization containerization