Kevin Sawicki 7 years ago
parent
commit
fb47dc9e48
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/api/menu.md

+ 2 - 2
docs/api/menu.md

@@ -64,9 +64,9 @@ The `menu` object has the following instance methods:
 * `browserWindow` BrowserWindow (optional) - Default is the focused window.
 * `options` Object (optional)
   * `x` Number (optional) - Default is the current mouse cursor position.
-  Must be declared if y is declared.
+    Must be declared if `y` is declared.
   * `y` Number (optional) - Default is the current mouse cursor position.
-  Must be declared if x is declared.
+    Must be declared if `x` is declared.
   * `async` Boolean (optional) - Set to `true` to have this method return
     immediately called, `false` to return after the menu has been selected
     or closed. Defaults to `false`.