From 7ed7385c2cf0d6efd9ba9d80e5b5e18cfd34c4dd Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 11:33:35 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- vizro-core/docs/pages/user-guides/data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vizro-core/docs/pages/user-guides/data.md b/vizro-core/docs/pages/user-guides/data.md index 7cf9dc26e..394da4811 100644 --- a/vizro-core/docs/pages/user-guides/data.md +++ b/vizro-core/docs/pages/user-guides/data.md @@ -410,7 +410,7 @@ controls = [ When Vizro initially builds a filter that depends on parametrized dynamic data loading, data is loaded using the default argument values. This data is used to: * perform initial validation -* check which data sources contain the specified `column` (unless `targets` is explicitly specified) and +* check which data sources contain the specified `column` (unless `targets` is explicitly specified) and * determine the type of selector to use (unless `selector` is explicitly specified). !!! note