Skip to content

Commit d448abf

Browse files
authored
📚 Fix typo (#940)
1 parent 3d84ff8 commit d448abf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: docs/syntax/tables.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ The following options are recognized:
121121
: "auto" delegates the determination of column widths to the output builder.
122122

123123
``class``
124-
: A space-separated list of CSS classes to add to the image.
124+
: A space-separated list of CSS classes to add to the table.
125125

126126
``name``
127127
: A reference target for the admonition (see [cross-referencing](#syntax/referencing)).
@@ -192,7 +192,7 @@ The following options are recognized:
192192
: 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.
193193

194194
``class``
195-
: A space-separated list of CSS classes to add to the image.
195+
: A space-separated list of CSS classes to add to the table.
196196

197197
``name``
198198
: A reference target for the admonition (see [cross-referencing](#syntax/referencing)).

0 commit comments

Comments
 (0)