Typo fix (#744)
This commit is contained in:
parent
77e5d616d0
commit
87536f9bcc
@ -33,7 +33,7 @@ function inferFrontmatterFormat(str) {
|
||||
case "{":
|
||||
return { language: "json", delimiters: ["{", "}"] };
|
||||
default:
|
||||
throw "Unrecgonized front-matter format.";
|
||||
throw "Unrecognized front-matter format.";
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user