Skip to content

Commit

Permalink
Merge pull request #386 from sno2/patch-1
Browse files Browse the repository at this point in the history
html: Fix typo in JavaScript example
  • Loading branch information
gaby authored May 30, 2024
2 parents 6ab7cd6 + 321980e commit 8fc0016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/TEMPLATES_CHEATSHEET.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Go templates can also be used with javascript. Structs and maps will be expanded

```js
// Javascript
var cat = {"Name":"Sam", "Age" 12}
var cat = {"Name":"Sam", "Age":12}
```

---
Expand Down

0 comments on commit 8fc0016

Please sign in to comment.