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
This commit is contained in:
Aidan Labourdette 2022-02-25 19:40:54 -07:00 committed by GitHub
parent 8d699283a4
commit 2d8dd49589
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -394,7 +394,7 @@ type CommandEvent =
* or the one specified with `openWith`. * or the one specified with `openWith`.
* *
* The `openWith` value must be one of `firefox`, `google chrome`, `chromium` `safari`, * 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 * @example
* ```typescript * ```typescript