mirror of https://github.com/status-im/consul.git
docs: fix a trailing comma in JSON body
removing a comma after a last element in JSON body
This commit is contained in:
parent
f8e2e3c710
commit
6682a0d4be
|
@ -50,7 +50,7 @@ definitions:
|
|||
{
|
||||
"service": {
|
||||
"name": "web",
|
||||
"port": 8080,
|
||||
"port": 8080
|
||||
}
|
||||
}
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue