浏览代码

docs: fix bullet point alignment in js api (#4922)

Amr Bashir 3 年之前
父节点
当前提交
8958e9fdb5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tooling/api/src/window.ts

+ 1 - 1
tooling/api/src/window.ts

@@ -187,7 +187,7 @@ declare global {
 enum UserAttentionType {
   /**
    * #### Platform-specific
-   *  - **macOS:** Bounces the dock icon until the application is in focus.
+   * - **macOS:** Bounces the dock icon until the application is in focus.
    * - **Windows:** Flashes both the window and the taskbar button until the application is in focus.
    */
   Critical = 1,