From 6be7bbfbb013200fbe2a75787f7714ae776d8cdc Mon Sep 17 00:00:00 2001 From: "Gerasimos (Makis) Maropoulos" Date: Fri, 9 Aug 2019 08:27:38 +0300 Subject: [PATCH] misspell Former-commit-id: aca03445a2baa4608d3307f3bf329a6591b60a19 --- _examples/view/template_jet_0/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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