Skip to content

Commit 8fc0016

Browse files
authored
Merge pull request #386 from sno2/patch-1
html: Fix typo in JavaScript example
2 parents 6ab7cd6 + 321980e commit 8fc0016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html/TEMPLATES_CHEATSHEET.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Go templates can also be used with javascript. Structs and maps will be expanded
8585

8686
```js
8787
// Javascript
88-
var cat = {"Name":"Sam", "Age" 12}
88+
var cat = {"Name":"Sam", "Age":12}
8989
```
9090

9191
---

0 commit comments

Comments
 (0)