diff --git a/hub/powertoys/command-palette/using-markdown-content.md b/hub/powertoys/command-palette/using-markdown-content.md index 00b0de086d..3b5aefc011 100644 --- a/hub/powertoys/command-palette/using-markdown-content.md +++ b/hub/powertoys/command-palette/using-markdown-content.md @@ -100,7 +100,6 @@ public class Page : ContentPage Icon = new("\uE8A5"); // Document icon Title = "Markdown page"; Name = "Preview file"; - path = + Commands = [ + new CommandContextItem(new OpenUrlCommand(doc_path)) { Title = "Open in File Explorer" },