You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hub/powertoys/command-palette/samples.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ For the most up-to-date samples, check out [the samples project on GitHub](https
15
15
16
16
## Create a command to do something
17
17
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.
0 commit comments