From: Mohammad Ahmadi Date: Wed, 7 Apr 2021 05:05:33 +0000 (+0430) Subject: Fix typo in migration guide (#8836) X-Git-Tag: v3.1.0~21 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=873223fc784bd761fb9b18159b7c99856003e7d7;p=thirdparty%2FChart.js.git Fix typo in migration guide (#8836) --- diff --git a/docs/getting-started/v3-migration.md b/docs/getting-started/v3-migration.md index ec969e767..d22cd7514 100644 --- a/docs/getting-started/v3-migration.md +++ b/docs/getting-started/v3-migration.md @@ -61,7 +61,7 @@ A number of changes were made to the configuration options passed to the `Chart` * Indexable options are now looping. `backgroundColor: ['red', 'green']` will result in alternating `'red'` / `'green'` if there are more than 2 data points. * The input properties of object data can now be freely specified, see [data structures](../general/data-structures.md) for details. -* Most options are resolved utilizing proxies, instead merging with defaults. In addition to easily enabling different resolution routes for different contexts, it allows using other resolved options in scriptable options. +* Most options are resolved utilizing proxies, instead of merging with defaults. In addition to easily enabling different resolution routes for different contexts, it allows using other resolved options in scriptable options. * Options are by default scriptable and indexable, unless disabled for some reason. * Scriptable options receive a option reolver as second parameter for accessing other options in same context. * Resolution falls to upper scopes, if no match is found earlier. See [options](./general/options.md) for details.