Merge pull request #389 from jd1

* gh-389:
  Add missing quotes around value of snippets attribute
This commit is contained in:
Andy Wilkinson
2017-04-26 14:49:15 +01:00

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: