mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Fix typo, "delemiters" -> "delimiters"
This commit is contained in:
parent
35ff685c30
commit
e791835e6d
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ func extractFrontMatterDelims(r *bufio.Reader, left, right []byte) (fm FrontMatt
|
|||
}
|
||||
|
||||
// Reads a character from Reader one by one and checks it matches the
|
||||
// last character of one of delemiters to find the last character of
|
||||
// last character of one of delimiters to find the last character of
|
||||
// frontmatter. If it matches, makes sure it contains the delimiter
|
||||
// and if so, also checks it is followed by CR+LF or LF when YAML,
|
||||
// TOML case. In JSON case, nested delimiters must be parsed and it
|
||||
|
|
Loading…
Reference in a new issue