Merge pull request #5301 from electron/webframe-docs

Update module names in docs
This commit is contained in:
Kevin Sawicki 2016-04-26 13:46:38 -07:00
commit 32c93f713a
2 changed files with 2 additions and 2 deletions

View file

@ -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)`

View file

@ -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)`