From dd00ce05aa356ac9ea914027aa7f45a74cd7d6db Mon Sep 17 00:00:00 2001 From: Johnny Lim Date: Thu, 30 Mar 2017 18:39:51 +0900 Subject: [PATCH] Fix typo in Asciidoctor attributes configuration Closes gh-377 --- docs/src/docs/asciidoc/documenting-your-api.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/docs/asciidoc/documenting-your-api.adoc b/docs/src/docs/asciidoc/documenting-your-api.adoc index c016f960..109097f5 100644 --- a/docs/src/docs/asciidoc/documenting-your-api.adoc +++ b/docs/src/docs/asciidoc/documenting-your-api.adoc @@ -304,7 +304,7 @@ found in the following array: You can use `\*` as a wildcard to match fields with different names. For example, `users.*.role` could be used to document the role of every user in the following JSON: -[source,json.indent=0] +[source,json,indent=0] ---- { "users":{