From 460318137c2c95228a4ae542799e4bae8364eea1 Mon Sep 17 00:00:00 2001 From: Synaptic149 <59460385+Synaptic149@users.noreply.github.com> Date: Sun, 9 Oct 2022 05:40:14 -0700 Subject: [PATCH] Rewording of a sentence in standards.md (#1487) --- docs/documenting/standards.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documenting/standards.md b/docs/documenting/standards.md index c842f2c8..b6835b2d 100644 --- a/docs/documenting/standards.md +++ b/docs/documenting/standards.md @@ -51,7 +51,7 @@ some_key: ### Tables - Be succinct. Minimize the number of columns and keep the amount of text as short as possible: - - Too wide tables are difficult to browse on handheld devices + - Tables that are too wide can be difficult to browse on handheld devices - Less content makes tables easier to read - When limiting the amount of text is not possible, consider using other data structures for representing the information. For example, lists or `{% configuration_basic %}` can be used.