Fix typo in Asciidoctor attributes configuration

Closes gh-377
This commit is contained in:
Johnny Lim
2017-03-30 18:39:51 +09:00
committed by Andy Wilkinson
parent 11483d738d
commit dd00ce05aa

View File

@@ -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":{