Skip to content

Commit

Permalink
fix typo in javascript example
Browse files Browse the repository at this point in the history
  • Loading branch information
sno2 authored May 30, 2024
1 parent 6ab7cd6 commit 321980e
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 321980e

Please sign in to comment.