more updates to api summaries based on feedback

This commit is contained in:
Zeke Sikelianos 2016-04-22 11:42:54 -07:00
parent 2c8261b429
commit 799fd13c50
6 changed files with 10 additions and 10 deletions

View file

@ -3,9 +3,9 @@
> Collect tracing data from Chromium's content module for finding performance
bottlenecks and slow operations.
This module does not include a web interface
so you need to open `chrome://tracing/` in a Chrome browser and load the
generated file to view the result.
This module does not include a web interface so you need to open
`chrome://tracing/` in a Chrome browser and load the generated file to view the
result.
```javascript
const contentTracing = require('electron').contentTracing;