remove trailing comma from example in docs

This commit is contained in:
tarat44 2021-07-26 01:21:23 -04:00
parent ed4ca3db49
commit e09769988b
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ A h2ping check:
"name": "h2ping",
"h2ping": "localhost:22222",
"interval": "10s",
"h2ping_disable_tls": false,
"h2ping_disable_tls": false
}
}
```