mirror of
https://github.com/kataras/iris.git
synced 2025-12-20 11:27:06 +00:00
misspell
Former-commit-id: aca03445a2baa4608d3307f3bf329a6591b60a19
This commit is contained in:
@@ -125,7 +125,7 @@ func main() {
|
|||||||
ctx.ViewData("showingAllDone", true)
|
ctx.ViewData("showingAllDone", true)
|
||||||
ctx.ViewData("title", "Todos - All Done")
|
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.
|
// However, you can enable it for better performance.
|
||||||
// In order to enable key mapping for
|
// In order to enable key mapping for
|
||||||
// jet specific renderer and ranger types
|
// jet specific renderer and ranger types
|
||||||
|
|||||||
Reference in New Issue
Block a user