Skip to content

Commit 91c75d7

Browse files
committed
Text edits
1 parent b1fc18f commit 91c75d7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/api/synopsis.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ the [native modules](../tutorial/using-native-node-modules.md)).
66

77
Electron also provides some extra built-in modules for developing native
88
desktop applications. Some modules are only available on the main process, some
9-
are only available on the renderer process (web page), and some can be used on
9+
are only available in the renderer process (web page), and some can be used in
1010
both processes.
1111

1212
The basic rule is: if a module is
@@ -30,7 +30,7 @@ app.on('ready', function() {
3030
});
3131
```
3232

33-
The render process is no different than a normal web page, except for the extra
33+
The renderer process is no different than a normal web page, except for the extra
3434
ability to use node modules:
3535

3636
```html

docs/api/tray.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Emitted when dragged files are dropped in the tray icon.
123123

124124
The `Tray` module has the following methods:
125125

126-
**Note**: Some methods are only available on specific operating systems and area
126+
**Note**: Some methods are only available on specific operating systems and are
127127
labeled as such.
128128

129129
### `Tray.destroy()`

0 commit comments

Comments
 (0)