From 0f9c1c9878a00780e82983ab9bf2184e6bb005a8 Mon Sep 17 00:00:00 2001 From: nicos68 Date: Fri, 20 Jun 2025 16:53:06 +0200 Subject: [PATCH] Fix documentation syntax. A couple of sentences in the documentation do not make sense. I reworded them the way I feel they should have been written. Signed-off-by: nicos68 --- docs/src/docs/asciidoc/working-with-asciidoctor.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/docs/asciidoc/working-with-asciidoctor.adoc b/docs/src/docs/asciidoc/working-with-asciidoctor.adoc index 698d5e46..e57d882d 100644 --- a/docs/src/docs/asciidoc/working-with-asciidoctor.adoc +++ b/docs/src/docs/asciidoc/working-with-asciidoctor.adoc @@ -38,8 +38,8 @@ In its simplest form, you can use the macro to include all of the snippets for a operation::index[] ---- -You can use the operation macro also supports a `snippets` attribute. -The `snippets` attribute to select the snippets that should be included. +The operation macro also supports a `snippets` attribute. +You can use it to select the snippets that should be included. The attribute's value is a comma-separated list. Each entry in the list should be the name of a snippet file (minus the `.adoc` suffix) to include. For example, only the curl, HTTP request, and HTTP response snippets can be included, as shown in the following example: