Fix typo in code blocks

This commit is contained in:
Omar Roth 2019-06-05 22:41:32 -05:00 committed by Perflyst
parent 04fd62b611
commit 24261629f0

9
API.md
View File

@ -10,7 +10,7 @@ All endpoints that return a JSON body support the [fields API](https://developer
> Schema:
```$1javascript
```javascript
{
"version": String,
"software": {
@ -37,7 +37,7 @@ All endpoints that return a JSON body support the [fields API](https://developer
> Schema:
```$1javascript
```javascript
{
"title": String,
"videoId": String,
@ -165,7 +165,7 @@ Returns annotation XML from YouTube's `/annotations_invideo` endpoint. Alternati
> Schema:
```$1javascript
```javascript
{
"commentCount": Int32?,
"videoId": String,
@ -261,7 +261,8 @@ Captions can also be selected with an ISO `lang`, e.g. &lang=en, `tlang` will au
> Schema:
```javascript[
```javascript
[
{
"title": String,
"videoId": String,