From 9d4a118993eaf70940431c1bcbe5689a3e0191aa Mon Sep 17 00:00:00 2001 From: JD Date: Tue, 25 Apr 2017 19:18:40 +0200 Subject: [PATCH] Add missing quotes around value of snippets attribute Closes gh-389 --- docs/src/docs/asciidoc/working-with-asciidoctor.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/docs/asciidoc/working-with-asciidoctor.adoc b/docs/src/docs/asciidoc/working-with-asciidoctor.adoc index 700fb406..49663530 100644 --- a/docs/src/docs/asciidoc/working-with-asciidoctor.adoc +++ b/docs/src/docs/asciidoc/working-with-asciidoctor.adoc @@ -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: