diff --git a/_examples/view/template_jet_0/main.go b/_examples/view/template_jet_0/main.go index bdd61e7a..58a40558 100644 --- a/_examples/view/template_jet_0/main.go +++ b/_examples/view/template_jet_0/main.go @@ -125,7 +125,7 @@ func main() { ctx.ViewData("showingAllDone", true) ctx.ViewData("title", "Todos - All Done") - // Key does not actual matters at all here. + // Key does not actual matter at all here. // However, you can enable it for better performance. // In order to enable key mapping for // jet specific renderer and ranger types