Skip to content

Commit 9d4a118

Browse files
jd1wilkinsona
authored andcommitted
Add missing quotes around value of snippets attribute
Closes gh-389
1 parent 6a3535c commit 9d4a118

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)