We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6ab7cd6 + 321980e commit 8fc0016Copy full SHA for 8fc0016
html/TEMPLATES_CHEATSHEET.md
@@ -85,7 +85,7 @@ Go templates can also be used with javascript. Structs and maps will be expanded
85
86
```js
87
// Javascript
88
- var cat = {"Name":"Sam", "Age" 12}
+ var cat = {"Name":"Sam", "Age":12}
89
```
90
91
---
0 commit comments