Skip to content

Commit 835c1a5

Browse files
committed
Merge pull request #389 from jd1
* gh-389: Add missing quotes around value of snippets attribute
2 parents 6a3535c + 9d4a118 commit 835c1a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/docs/asciidoc/working-with-asciidoctor.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ for the index operation:
3333

3434
[source,indent=0]
3535
----
36-
operation::index[snippets=curl-request,http-request,http-response]
36+
operation::index[snippets='curl-request,http-request,http-response']
3737
----
3838

3939
To include all of an operation's snippets, the `snippets` attribute can be omitted:

0 commit comments

Comments
 (0)