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