From: 0xflotus <0xflotus@gmail.com> Date: Tue, 5 Oct 2021 22:55:42 +0000 (+0200) Subject: docs: fix small error (#9724) X-Git-Tag: v3.6.0~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28de4b00dcea3fc54366e0e12ea4b2e9a0c0cb43;p=thirdparty%2FChart.js.git docs: fix small error (#9724) --- diff --git a/docs/general/options.md b/docs/general/options.md index cd70aa1a6..ebc4ce994 100644 --- a/docs/general/options.md +++ b/docs/general/options.md @@ -32,7 +32,7 @@ Options are resolved from top to bottom, using a context dependent route. ### Dataset element level options -Each scope is looked up with `elementType` prefix in the option name first, then wihtout the prefix. For example, `radius` for `point` element is looked up using `pointRadius` and if that does not hit, then `radius`. +Each scope is looked up with `elementType` prefix in the option name first, then without the prefix. For example, `radius` for `point` element is looked up using `pointRadius` and if that does not hit, then `radius`. * dataset * options.datasets[`dataset.type`]