From 4d3d2b18eb7703adcf204565aa88e10abc877e21 Mon Sep 17 00:00:00 2001 From: Tomi Virkki Date: Wed, 18 Dec 2024 11:37:24 +0200 Subject: [PATCH] Fix vale warnings --- articles/components/dashboard/index.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/articles/components/dashboard/index.adoc b/articles/components/dashboard/index.adoc index d0027a5184..e76f0aae42 100644 --- a/articles/components/dashboard/index.adoc +++ b/articles/components/dashboard/index.adoc @@ -53,7 +53,7 @@ Widgets are placed in columns and rows automatically, in the order supplied, bas The Dashboard provides built-in vertical scrolling, provided that its height has been specified. -There are two ways to use the Dashboard component: +The Dashboard component can be used in two ways: * <<#static-dashboards,Static>>: declaratively / imperatively defining the widgets. The React and Web Components for this are `` and `` respectively. * <<#dynamic-dashboards,Dynamic>>: widgets generated from data using a renderer; supports edit mode that allows the end user to move, resize and remove widgets. The React and Web Components for this are `` and ``, respectively. @@ -67,7 +67,7 @@ The following configuration options are available for the dashboard: === Columns and Rows -Column width can vary between a minimum and maximum size. The default maximum width is `1fr`, which allows the columns to expand to fill any available space. If a fixed length value is provided, empty space will be left at the end of rows once the columns reach their maximum width. +Column width can vary between a minimum and maximum size. The default maximum width is `1fr`, which allows the columns to expand to fill any available space. If a fixed length value is provided, empty space is left at the end of rows once the columns reach their maximum width. By default there is no limit on the number of columns, but one can be provided if needed. @@ -387,7 +387,7 @@ In editing mode, widgets can be removed by clicking the remove-button in the wid ==== Adding Widgets -There is no built-in mechanism for adding new widgets to the dashboard, but this can easily be implemented using an external widget selector, such as a <<../select#,Select>> dropdown, that adds the corresponding item to the dashboard. +Dashboard has no built-in mechanism for adding new widgets, but this can easily be implemented using an external widget selector, such as a <<../select#,Select>> drop-down, that adds the corresponding item to the dashboard. ==== Screen Reader Announcements