aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/articles/table-shortcode-examples.md6
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