From 3ca729a2fbea7da31b6311b0e3dd31328e99a51c Mon Sep 17 00:00:00 2001 From: Lewis Roy Date: Tue, 12 Aug 2025 22:11:00 +1000 Subject: [PATCH] fix: Correct small typo foce -> force Signed-off-by: Lewis Roy --- pkg/domain/entities/images.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/domain/entities/images.go b/pkg/domain/entities/images.go index e03e2c5385..ca8d7db45a 100644 --- a/pkg/domain/entities/images.go +++ b/pkg/domain/entities/images.go @@ -17,7 +17,7 @@ type ImageSummary = entitiesTypes.ImageSummary type ImageRemoveOptions struct { // All will remove all images. All bool - // Foce will force image removal including containers using the images. + // Force will force image removal including containers using the images. Force bool // Ignore if a specified image does not exist and do not throw an error. Ignore bool