fix: typos
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Adrien Marquès 2021-06-19 00:24:26 +02:00
parent 610ab66ea8
commit 2d87052dda
Signed by: xdrm-brackets
GPG Key ID: D75243CA236D825E
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ func main() {
First of all, the configuration uses `json`.
> Quick note if you thought: "I have JSON, I would have preferred yaml, or even xml !"
> Quick note if you thought: "I hate JSON, I would have preferred yaml, or even xml !"
>
> I've had a hard time deciding and testing different formats including yaml and xml.
> But as it describes our entire api and is crucial for our server to keep working over updates; xml would have been too verbose with growth and yaml on the other side would have been too difficult to read. Json sits in the right spot for this.