From ef2befa10e2c93ec48270c6bd97a90c441dd947a Mon Sep 17 00:00:00 2001 From: howell2024 <156375832+howell2024@users.noreply.github.com> Date: Mon, 15 Jan 2024 11:04:43 -0500 Subject: [PATCH] fix description (#1388) --- config/applications.json | 2 +- winutil.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/applications.json b/config/applications.json index e4a2aaa1..36b694d9 100755 --- a/config/applications.json +++ b/config/applications.json @@ -348,7 +348,7 @@ "panel": "1", "content": "GoLang", "link": "https://golang.org/", - "description": "GoLang (or Golangis a statically typed, compiled programming language designed for simplicity, reliability, and efficiency." + "description": "GoLang (or Golang) is a statically typed, compiled programming language designed for simplicity, reliability, and efficiency." }, "WPFInstalljetbrains": { "winget": "JetBrains.Toolbox", diff --git a/winutil.ps1 b/winutil.ps1 index e9dea57f..d961feed 100644 --- a/winutil.ps1 +++ b/winutil.ps1 @@ -5160,7 +5160,7 @@ $sync.configs.applications = '{ "panel": "1", "content": "GoLang", "link": "https://golang.org/", - "description": "GoLang (or Golangis a statically typed, compiled programming language designed for simplicity, reliability, and efficiency." + "description": "GoLang (or Golang) is a statically typed, compiled programming language designed for simplicity, reliability, and efficiency." }, "WPFInstalljetbrains": { "winget": "JetBrains.Toolbox",