This commit is contained in:
Caleb 2017-10-26 13:16:44 -06:00 committed by Benaiah Mischenko
parent 77e5d616d0
commit 87536f9bcc

View File

@ -33,7 +33,7 @@ function inferFrontmatterFormat(str) {
case "{":
return { language: "json", delimiters: ["{", "}"] };
default:
throw "Unrecgonized front-matter format.";
throw "Unrecognized front-matter format.";
}
}