From 2eba5817e5fc89df37973c99d60febb4791c50aa Mon Sep 17 00:00:00 2001 From: huong-li-nguyen Date: Tue, 6 Aug 2024 17:51:50 +0200 Subject: [PATCH] Fix typos --- vizro-core/examples/_chart-gallery/pages/_factories.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vizro-core/examples/_chart-gallery/pages/_factories.py b/vizro-core/examples/_chart-gallery/pages/_factories.py index 4e63441be..a565964f3 100644 --- a/vizro-core/examples/_chart-gallery/pages/_factories.py +++ b/vizro-core/examples/_chart-gallery/pages/_factories.py @@ -90,7 +90,7 @@ def connected_scatter_factory(group: str): A connected scatter chart visualizes two variables using dots, with lines connecting the dots in the order of the data points. One variable is plotted along the x-axis and the other along the y-axis, - showing both the relationship and the sequence of the data. + showing both the relationship and a sequence of the data.   @@ -99,7 +99,7 @@ def connected_scatter_factory(group: str): Use connected scatter charts to show the relationship between two variables and the sequence of data points. They are ideal for paired numerical data, helping to reveal trends and patterns over time or in a specific order. Remember, correlation is not causation, so ensure your audience understands this to - avoid misinterpretations. + avoid misinterpretation. """ ), vm.Graph(