Skip to content

Commit

Permalink
docs: fix small error (#9724)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xflotus committed Oct 5, 2021
1 parent 10292c6 commit 28de4b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/general/options.md
Expand Up @@ -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`]
Expand Down

0 comments on commit 28de4b0

Please sign in to comment.