fix(client/intro): Nested parameters JSON format (#1254)

This commit is contained in:
Daniil Suvorov 2023-12-07 02:10:11 +03:00 committed by GitHub
parent 00528a70a6
commit e8f0e64060
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -113,7 +113,7 @@ As JSON, hashes are formatted like so:
{ {
"source": { "source": {
"privacy": "public", "privacy": "public",
"language", "en" "language": "en"
} }
} }
``` ```