Skip to content

Commit 2022960

Browse files
committed
Fix unnecessary comma in JSON example.
1 parent 3541a84 commit 2022960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1879,7 +1879,7 @@

DID Controller

18791879
{
18801880
"@context": "https://www.w3.org/ns/did/v1.1",
18811881
"id": "did:example:123456789abcdefghi",
1882-
"controller": "did:example:bcehfew7h32f32h7af3",
1882+
"controller": "did:example:bcehfew7h32f32h7af3"
18831883
}
18841884
pre>
18851885

0 commit comments

Comments
 (0)