Skip to content

Commit 2da0285

Browse files
committed
build
1 parent 51991f2 commit 2da0285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1600,7 +1600,7 @@ async function rc_read_file(file_path) {
16001600
return file_or_dir;
16011601
}
16021602

1603-
const doc_types = ["docs", "faq", "migrating", "blog", "tutorials", "examples"];
1603+
const doc_types = ["docs", "faq", "migrating", "blog", "tutorial", "examples"];
16041604

16051605
function strip_meta(name, content) {
16061606
return {

0 commit comments

Comments
 (0)