minor spelling...

Former-commit-id: ed7222ed2e6677ddfc038b5a87369c9386842c59
This commit is contained in:
Gerasimos (Makis) Maropoulos 2019-08-09 08:28:28 +03:00
parent 6be7bbfbb0
commit 0271e316e0

View File

@ -129,8 +129,8 @@ func main() {
// However, you can enable it for better performance.
// In order to enable key mapping for
// jet specific renderer and ranger types
// then initialize the View Engine
// by `tmpl.DisableViewDataTypeCheck("_jet")`.
// you have to initialize the View Engine
// with `tmpl.DisableViewDataTypeCheck("_jet")`.
//
// Defaults to type checks, empty key.
ctx.ViewData("_jet", (&doneTODOs{}).New(todos))