From 9a6d811adbc078eb03729622ab553ff59ebf3b48 Mon Sep 17 00:00:00 2001 From: tu4mo Date: Thu, 3 Oct 2019 22:18:54 +0300 Subject: [PATCH] Fix typo (#3142) --- 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 0a5c7e737ef..2838105e143 100755 --- a/docs/999-big-list-of-options.md +++ b/docs/999-big-list-of-options.md @@ -1004,7 +1004,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: