Browse Source

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

Amr Bashir 3 years ago
parent
commit
8958e9fdb5
1 changed files with 1 additions and 1 deletions
  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,