diff --git a/docs/src/docs/asciidoc/working-with-asciidoctor.adoc b/docs/src/docs/asciidoc/working-with-asciidoctor.adoc index 59a02030..2a0cf6bd 100644 --- a/docs/src/docs/asciidoc/working-with-asciidoctor.adoc +++ b/docs/src/docs/asciidoc/working-with-asciidoctor.adoc @@ -136,7 +136,7 @@ example, the widths of a table's columns can be specified using the `cols` attri [source,indent=0] ---- -[cols=1,3] <1> +[cols="1,3"] <1> \include::{snippets}/index/links.adoc[] ---- <1> The table's width will be split across its two columns with the second column being