From e54a3ece04e382a8bb3d1dff89bc145378b89e00 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Mon, 8 Jul 2024 23:19:29 +0900 Subject: [PATCH] Fix typo in Win11Debloat.ps1 (#92) Calender -> Calendar --- Win11Debloat.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Win11Debloat.ps1 b/Win11Debloat.ps1 index a47d3b0..c559eb0 100644 --- a/Win11Debloat.ps1 +++ b/Win11Debloat.ps1 @@ -863,7 +863,7 @@ if ((-not $global:Params.Count) -or $RunDefaults -or $RunWin11Defaults -or ($SPP } '2' { AddParameter 'RemoveApps' 'Remove default selection of bloatware apps' - AddParameter 'RemoveCommApps' 'Remove the Mail, Calender, and People apps' + AddParameter 'RemoveCommApps' 'Remove the Mail, Calendar, and People apps' AddParameter 'RemoveW11Outlook' 'Remove the new Outlook for Windows app' AddParameter 'RemoveDevApps' 'Remove developer-related apps' AddParameter 'RemoveGamingApps' 'Remove the Xbox App and Xbox Gamebar'