From 67de88852b9f2862120b9d07f18a7984f4da1b77 Mon Sep 17 00:00:00 2001 From: Leonardo Taccari Date: Fri, 1 Aug 2025 10:55:43 +0200 Subject: [PATCH] chore: fix a typo in help message --- internal/platform/terminal/terminal_client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/platform/terminal/terminal_client.go b/internal/platform/terminal/terminal_client.go index 1e7fb0ee50..c0f95149b3 100644 --- a/internal/platform/terminal/terminal_client.go +++ b/internal/platform/terminal/terminal_client.go @@ -101,7 +101,7 @@ func configErrorDetails(configKey, varEnv string) string { After initialization, there are three ways to provide %s: - with the Scaleway config file, in the %s key: %s; -- with the %s environement variable; +- with the %s environment variable; Note that the last method has the highest priority.