Skip to content

Commit b42916f

Browse files
committed
Last property should not have a comma
1 parent 30d42b7 commit b42916f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/format.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ parent: API
1010
"description": "{{ page.description }}",
1111
"url": "{{ site.baseurl }}{{ page.url }}",
1212
"owner": "{{ page.owner }}",
13-
"base_type": ["{{ page.base_type | join: '", "' }}"],
13+
"base_type": ["{{ page.base_type | join: '", "' }}"]
1414
}{% unless forloop.last %},{% endunless %}
1515
{% endfor %}
1616
}

0 commit comments

Comments
 (0)