diff --git a/website/docs/usage/visualizers.md b/website/docs/usage/visualizers.md index 31cb17a9b84..9fd5b330263 100644 --- a/website/docs/usage/visualizers.md +++ b/website/docs/usage/visualizers.md @@ -136,7 +136,7 @@ The entity visualizer lets you customize the following `options`: | Argument | Type | Description | Default | | -------- | ---- | ------------------------------------------------------------------------------------- | ------- | | `ents` | list |  Entity types to highlight (`None` for all types). | `None` | -| `colors` | dict | Color overrides. Entity types in lowercase should be mapped to color names or values. | `{}` | +| `colors` | dict | Color overrides. Entity types in uppercase should be mapped to color names or values. | `{}` | If you specify a list of `ents`, only those entity types will be rendered – for example, you can choose to display `PERSON` entities. Internally, the visualizer