From ac2e75fd56485b323c5c7dd61c01e51d31cf296c Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Mon, 25 Oct 2021 18:28:39 -0400 Subject: articles/table-shortcode-examples: fix typos, improve wording --- content/articles/table-shortcode-examples.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'content/articles') 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 `` 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 -- cgit v1.2.3