diff options
author | Paul Duncan <pabs@pablotron.org> | 2021-10-25 18:28:39 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2021-10-25 18:28:39 -0400 |
commit | ac2e75fd56485b323c5c7dd61c01e51d31cf296c (patch) | |
tree | a0f7bf0604dfb49d34da772e06dc70a6af135eb4 /content/articles/table-shortcode-examples.md | |
parent | 01148c35f76222e0fbfdfa167e0d2510d13df92e (diff) | |
download | pablotron.org-ac2e75fd56485b323c5c7dd61c01e51d31cf296c.tar.bz2 pablotron.org-ac2e75fd56485b323c5c7dd61c01e51d31cf296c.zip |
articles/table-shortcode-examples: fix typos, improve wording
Diffstat (limited to 'content/articles/table-shortcode-examples.md')
-rw-r--r-- | content/articles/table-shortcode-examples.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/content/articles/table-shortcode-examples.md b/content/articles/table-shortcode-examples.md index 093ef1c..bac0bdd 100644 --- a/content/articles/table-shortcode-examples.md +++ b/content/articles/table-shortcode-examples.md @@ -1215,7 +1215,7 @@ following attributes are generated for `<td>` elements: * `title` (set to the column name) * `aria-label` (set to the column name) -## Overwriding Table Configuration +## Table Configuration Overrides Column and cell alignment is rendered using [CSS][] classes rather than inline `style` attributes. @@ -1234,8 +1234,8 @@ for a full list of available table configuration properties. ### Table Override -Use the `config` property to override the table configuration for a -specific table. +Use the `config` table property to override the configuration for +a specific table. #### Front Matter |