Browse Source

Merge pull request #6457 from preco21/document-fixes-6

docs: Small document fixes
Kevin Sawicki 8 years ago
parent
commit
d3e63777cb
2 changed files with 3 additions and 3 deletions
  1. 1 1
      docs/api/browser-window.md
  2. 2 2
      docs/tutorial/quick-start.md

+ 1 - 1
docs/api/browser-window.md

@@ -197,7 +197,7 @@ supported values are:
     (`kCGDesktopWindowLevel - 1`). Note that desktop window will not receive
     focus, keyboard or mouse events, but you can use `globalShortcut` to receive
     input sparingly.
-* On Windows, possible types are `toolbar`,
+* On Windows, possible type is `toolbar`.
 
 The `titleBarStyle` option is only supported on macOS 10.10 Yosemite and newer.
 Possible values are:

+ 2 - 2
docs/tutorial/quick-start.md

@@ -47,7 +47,7 @@ In Electron, we have several ways to communicate between the main process and
 renderer processes. Like [`ipcRenderer`](../api/ipc-renderer.md) and
 [`ipcMain`](../api/ipc-main.md) modules for sending messages, and the
 [remote](../api/remote.md) module for RPC style communication. There is also
-an FAQ entry on [how to share data between web pages](../faq.md/#how-to-share-data-between-web-pages).
+an FAQ entry on [how to share data between web pages][share-data].
 
 ## Write your First Electron App
 
@@ -225,4 +225,4 @@ $ cd electron-quick-start
 $ npm install && npm start
 ```
 
-[share-data]: ../faq/electron-faq.md#how-to-share-data-between-web-pages
+[share-data]: ../faq.md#how-to-share-data-between-web-pages