Skip to content

Commit

Permalink
Fix typo (#3142)
Browse files Browse the repository at this point in the history
  • Loading branch information
tu4mo authored and lukastaegert committed Oct 3, 2019
1 parent 998ddf1 commit 9a6d811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/999-big-list-of-options.md
Expand Up @@ -1004,7 +1004,7 @@ Type: `boolean`<br>
CLI: `--perf`/`--no-perf`<br>
Default: `false`

Whether to collect performance timings. When used from the command line or a configuration file, detailed measurements about the current bundling process will be displayed. When used from the [JavaScript API](guide/en/#javascript-api), the returned bundle object will contain an aditional `getTimings()` function that can be called at any time to retrieve all accumulated measurements.
Whether to collect performance timings. When used from the command line or a configuration file, detailed measurements about the current bundling process will be displayed. When used from the [JavaScript API](guide/en/#javascript-api), the returned bundle object will contain an additional `getTimings()` function that can be called at any time to retrieve all accumulated measurements.

`getTimings()` returns an object of the following form:

Expand Down

0 comments on commit 9a6d811

Please sign in to comment.