docs: fix a trailing comma in JSON body

removing a comma after a last element in JSON body
This commit is contained in:
Krastin Krastev 2022-03-22 20:36:59 +01:00 committed by GitHub
parent f8e2e3c710
commit 6682a0d4be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ definitions:
{
"service": {
"name": "web",
"port": 8080,
"port": 8080
}
}
{