Rewording of a sentence in standards.md (#1487)

This commit is contained in:
Synaptic149 2022-10-09 05:40:14 -07:00 committed by GitHub
parent bcefc60ab9
commit 460318137c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.