From 91c75d73dd2fbcdac7547d1a8bfa817047c0122e Mon Sep 17 00:00:00 2001 From: Jessica Lord Date: Tue, 1 Sep 2015 15:42:10 -0700 Subject: [PATCH] Text edits --- docs/api/synopsis.md | 4 ++-- docs/api/tray.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/api/synopsis.md b/docs/api/synopsis.md index 4634151bfbe..21f4ff2aa4d 100644 --- a/docs/api/synopsis.md +++ b/docs/api/synopsis.md @@ -6,7 +6,7 @@ the [native modules](../tutorial/using-native-node-modules.md)). Electron also provides some extra built-in modules for developing native desktop applications. Some modules are only available on the main process, some -are only available on the renderer process (web page), and some can be used on +are only available in the renderer process (web page), and some can be used in both processes. The basic rule is: if a module is @@ -30,7 +30,7 @@ app.on('ready', function() { }); ``` -The render process is no different than a normal web page, except for the extra +The renderer process is no different than a normal web page, except for the extra ability to use node modules: ```html diff --git a/docs/api/tray.md b/docs/api/tray.md index c9ebf20543f..a673307804a 100644 --- a/docs/api/tray.md +++ b/docs/api/tray.md @@ -123,7 +123,7 @@ Emitted when dragged files are dropped in the tray icon. The `Tray` module has the following methods: -**Note**: Some methods are only available on specific operating systems and area +**Note**: Some methods are only available on specific operating systems and are labeled as such. ### `Tray.destroy()`