Add missing quotes around value of snippets attribute

Closes gh-389
This commit is contained in:
JD
2017-04-25 19:18:40 +02:00
committed by Andy Wilkinson
parent 6a3535c559
commit 9d4a118993

View File

@@ -33,7 +33,7 @@ for the index operation:
[source,indent=0]
----
operation::index[snippets=curl-request,http-request,http-response]
operation::index[snippets='curl-request,http-request,http-response']
----
To include all of an operation's snippets, the `snippets` attribute can be omitted: