Merge pull request #5301 from electron/webframe-docs
Update module names in docs
This commit is contained in:
commit
32c93f713a
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ contentTracing.startRecording(options, function() {
|
||||||
|
|
||||||
## Methods
|
## Methods
|
||||||
|
|
||||||
The `content-tracing` module has the following methods:
|
The `contentTracing` module has the following methods:
|
||||||
|
|
||||||
### `contentTracing.getCategories(callback)`
|
### `contentTracing.getCategories(callback)`
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ webFrame.setZoomFactor(2);
|
||||||
|
|
||||||
## Methods
|
## Methods
|
||||||
|
|
||||||
The `web-frame` module has the following methods:
|
The `webFrame` module has the following methods:
|
||||||
|
|
||||||
### `webFrame.setZoomFactor(factor)`
|
### `webFrame.setZoomFactor(factor)`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue