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
1 changed files with 1 additions and 1 deletions

View File

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