Fix assorted typos

This commit is contained in:
XhmikosR
2019-07-31 15:36:36 +03:00
committed by Bjørn Erik Pedersen
parent 6512d128c6
commit f7f549e3a7
8 changed files with 9 additions and 9 deletions

View File

@@ -70,7 +70,7 @@ func (p pageContent) contentToRender(renderedShortcodes map[string]string) []byt
}
default:
panic(fmt.Sprintf("unkown item type %T", it))
panic(fmt.Sprintf("unknown item type %T", it))
}
}