Skip to content

Commit 7025b1a

Browse files
committed
Fix build suggestions for dup descriptions
1 parent 3f220a0 commit 7025b1a

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

hub/powertoys/command-palette/microsoft-commandpalette-extensions-toolkit/commandresult_showtoast_string.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: CommandResult.ShowToast(String) Method
3-
description: The ShowToast method displays a transient desktop-level message to the user.
3+
description: The ShowToast method displays a transient desktop-level message to the user, accepting a string message.
44
ms.date: 2/11/2025
55
ms.topic: reference
66
no-loc: [PowerToys, Windows, Insider]

hub/powertoys/command-palette/microsoft-commandpalette-extensions-toolkit/commandresult_showtoast_toastargs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: CommandResult.ShowToast(ToastArgs) Method
3-
description: The ShowToast method displays a transient desktop-level message to the user.
3+
description: The ShowToast method displays a transient desktop-level message to the user, accepting a ToastArgs object.
44
ms.date: 2/11/2025
55
ms.topic: reference
66
no-loc: [PowerToys, Windows, Insider]

hub/powertoys/command-palette/microsoft-commandpalette-extensions-toolkit/extensionhost_logmessage_ilogmessage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: ExtensionHost.LogMessage(ILogMessage) Method
3-
description: The LogMessage method logs a message to the command palette's output window.
3+
description: The LogMessage method logs a message to the command palette's output window, accepting an ILogMessage object.
44
ms.date: 2/25/2025
55
ms.topic: reference
66
no-loc: [PowerToys, Windows, Insider]

hub/powertoys/command-palette/microsoft-commandpalette-extensions-toolkit/extensionhost_logmessage_string.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: ExtensionHost.LogMessage(String) Method
3-
description: The LogMessage method logs a message to the command palette's output window.
3+
description: The LogMessage method logs a message to the command palette's output window, accepting a string message.
44
ms.date: 2/25/2025
55
ms.topic: reference
66
no-loc: [PowerToys, Windows, Insider]

hub/powertoys/command-palette/microsoft-commandpalette-extensions-toolkit/invokablecommand_invoke_object.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: InvokableCommand.Invoke(Object) Method
3-
description: The Invoke method executes the command associated with the InvokableCommand instance and keeps the command palette open.
3+
description: The Invoke method executes the command associated with the InvokableCommand instance and keeps the command palette open, accepting an object as a parameter.
44
ms.date: 2/11/2025
55
ms.topic: reference
66
no-loc: [PowerToys, Windows, Insider]

hub/powertoys/command-palette/microsoft-commandpalette-extensions-toolkit/stringmatcher_fuzzymatch_stringstring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: StringMatcher.FuzzyMatch(String, String) Method
3-
description: The StringMatcher.FuzzyMatch method performs a fuzzy match between two strings to determine their similarity.
3+
description: The StringMatcher.FuzzyMatch method performs a fuzzy match between two strings to determine their similarity, accepting parameters of strings to compare.
44
ms.date: 2/26/2025
55
ms.topic: reference
66
no-loc: [PowerToys, Windows, Insider]

0 commit comments

Comments
 (0)