Skip to content

Commit fb4684f

Browse files
Merge pull request #5316 from MicrosoftDocs/main638796288627144477sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 9697219 + 6fe69fe commit fb4684f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hub/powertoys/command-palette/samples.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ For the most up-to-date samples, check out [the samples project on GitHub](https
1515

1616
## Create a command to do something
1717

18-
Create a class that implements [IInvokableCommand](microsoft-commandpalette-extensions/icommand.md) and implement the [Invoke](microsoft-commandpalette-extensions/iinvokablecommand_invoke.md) method. This method will be called whtn the user selects the command in the Command Palette.
18+
Create a class that implements [IInvokableCommand](microsoft-commandpalette-extensions/icommand.md) and implement the [Invoke](microsoft-commandpalette-extensions/iinvokablecommand_invoke.md) method. This method will be called when the user selects the command in the Command Palette.
1919

2020
```csharp
2121
class MyCommand : Microsoft.CommandPalette.Extensions.Toolkit.InvokableCommand {

0 commit comments

Comments
 (0)