From 2d8dd49589ce6953dc9866192f2ca0dc53957ace Mon Sep 17 00:00:00 2001 From: Aidan Labourdette <46062388+Layendan@users.noreply.github.com> Date: Fri, 25 Feb 2022 19:40:54 -0700 Subject: [PATCH] chore: fix formatting (#3560) Fixed the markdown formatting for the openWith? parameter options for the open function in shell module. see: https://github.com/tauri-apps/tauri-docs/pull/476 --- tooling/api/src/shell.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tooling/api/src/shell.ts b/tooling/api/src/shell.ts index 72c77cfe5..9463f9c06 100644 --- a/tooling/api/src/shell.ts +++ b/tooling/api/src/shell.ts @@ -394,7 +394,7 @@ type CommandEvent = * or the one specified with `openWith`. * * The `openWith` value must be one of `firefox`, `google chrome`, `chromium` `safari`, - * `open`, `start`, `xdg-open`, `gio`, gnome-open`, `kde-open` or `wslview`. + * `open`, `start`, `xdg-open`, `gio`, `gnome-open`, `kde-open` or `wslview`. * * @example * ```typescript