From c9dc41e7c4f43fb689d7bb2eebfded38e2ab9ab8 Mon Sep 17 00:00:00 2001 From: Amadeus <107151685+Ama1999@users.noreply.github.com> Date: Mon, 17 Oct 2022 22:01:05 +0200 Subject: [PATCH] docs(config): Copyedit config description (#5197) Copyedit config description --- libexec/scoop-config.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/scoop-config.ps1 b/libexec/scoop-config.ps1 index 9395ca5f9..cad5f60ec 100644 --- a/libexec/scoop-config.ps1 +++ b/libexec/scoop-config.ps1 @@ -53,7 +53,7 @@ # # default_architecture: 64bit|32bit|arm64 # Allow to configure preferred architecture for application installation. -# If not specified, architecture is determined be system. +# If not specified, architecture is determined by system. # # debug: $true|$false # Additional and detailed output will be shown.