fix(client/intro): Nested parameters JSON format

This commit is contained in:
Daniil Suvorov 2023-07-09 11:44:15 +03:00 committed by GitHub
parent a61403023a
commit 0cb77d435a
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": {
"privacy": "public",
"language", "en"
"language": "en"
}
}
```