From 83be48046811c8752ee5c262ca5e84a153bf8496 Mon Sep 17 00:00:00 2001 From: tu4mo Date: Wed, 2 Oct 2019 18:49:56 +0300 Subject: [PATCH] Fix typo --- docs/999-big-list-of-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/999-big-list-of-options.md b/docs/999-big-list-of-options.md index 4f093070905..649c4cdb742 100755 --- a/docs/999-big-list-of-options.md +++ b/docs/999-big-list-of-options.md @@ -1000,7 +1000,7 @@ Type: `boolean`
CLI: `--perf`/`--no-perf`
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: