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
|
||||
|
||||
The `content-tracing` module has the following methods:
|
||||
The `contentTracing` module has the following methods:
|
||||
|
||||
### `contentTracing.getCategories(callback)`
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ webFrame.setZoomFactor(2);
|
|||
|
||||
## Methods
|
||||
|
||||
The `web-frame` module has the following methods:
|
||||
The `webFrame` module has the following methods:
|
||||
|
||||
### `webFrame.setZoomFactor(factor)`
|
||||
|
||||
|
|
Loading…
Reference in a new issue