Corrected typo (#3402) JacoChong

line 22 missing `,`
This commit is contained in:
Jaco Chong 2022-08-12 21:01:55 +08:00 committed by GitHub
parent 6e775e04b7
commit 47c69f9950
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ After you forked the Monkeytype repository you can now add your quotes. (If you
{
"text": "[quote]",
"source": "[source]",
"id": [number of the quote]
"id": [number of the quote],
"length": [number of characters in quote]
}
```