소스 검색

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
Aidan Labourdette 3 년 전
부모
커밋
2d8dd49589
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tooling/api/src/shell.ts

+ 1 - 1
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