]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
docs: fix small error (#9724)
author0xflotus <0xflotus@gmail.com>
Tue, 5 Oct 2021 22:55:42 +0000 (00:55 +0200)
committerGitHub <noreply@github.com>
Tue, 5 Oct 2021 22:55:42 +0000 (18:55 -0400)
docs/general/options.md

index cd70aa1a631d04d114a0b8dffdd29658a6830bca..ebc4ce994d43ca721d7bea858b60718d7a68f151 100644 (file)
@@ -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`]