From d448abf395c29bb649f81fba5c1a2bc49e195cc0 Mon Sep 17 00:00:00 2001 From: Melissa Lewis <2907073+meli-lewis@users.noreply.github.com> Date: Tue, 18 Jun 2024 15:07:45 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20Fix=20typo=20(#940)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/syntax/tables.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/syntax/tables.md b/docs/syntax/tables.md index 38021116..28568021 100644 --- a/docs/syntax/tables.md +++ b/docs/syntax/tables.md @@ -121,7 +121,7 @@ The following options are recognized: : "auto" delegates the determination of column widths to the output builder. ``class`` -: A space-separated list of CSS classes to add to the image. +: A space-separated list of CSS classes to add to the table. ``name`` : A reference target for the admonition (see [cross-referencing](#syntax/referencing)). @@ -192,7 +192,7 @@ The following options are recognized: : Sets the width of the table to the specified length or percentage of the line width. If omitted, the renderer determines the width of the table based on its contents or the column widths. ``class`` -: A space-separated list of CSS classes to add to the image. +: A space-separated list of CSS classes to add to the table. ``name`` : A reference target for the admonition (see [cross-referencing](#syntax/referencing)).