Skip to content

Commit c282dd5

Browse files
authored
Rename Section field to Category
1 parent 61c6cd1 commit c282dd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/condenseMd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function setupMd(filename, anchor) {
4343

4444
}
4545
console.log(anchor + " entries")
46-
console.log("API | Description | Auth | HTTPS | Link | Section")
46+
console.log("API | Description | Auth | HTTPS | Link | Category")
4747
console.log("|---|---|---|---|---|---|")
4848
for (i = 0; i < arr.length; i++) {
4949
console.log(arr[i])

0 commit comments

Comments
 (0)