Browse Source

Merge pull request #5301 from electron/webframe-docs

Update module names in docs
Kevin Sawicki 9 years ago
parent
commit
32c93f713a
2 changed files with 2 additions and 2 deletions
  1. 1 1
      docs/api/content-tracing.md
  2. 1 1
      docs/api/web-frame.md

+ 1 - 1
docs/api/content-tracing.md

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

+ 1 - 1
docs/api/web-frame.md

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