Skip to content

Commit 4428e48

Browse files
Fix syntax error
1 parent 724719d commit 4428e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vertx-auth-common/src/main/asciidoc/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ What this actually contains depends on the specific implementation; for a simple
6565
[source,json]
6666
----
6767
{
68-
"username": "tim"
68+
"username": "tim",
6969
"password": "mypassword"
7070
}
7171
----

0 commit comments

Comments
 (0)