Skip to content

Commit f4250fe

Browse files
author
markzegarelli
authored
Add missing comma to code example (#3596)
1 parent b6c6f65 commit f4250fe

File tree

1 file changed

+1
-1
lines changed
  • src/connections/sources/catalog/libraries/mobile/amp

1 file changed

+1
-1
lines changed

src/connections/sources/catalog/libraries/mobile/amp/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ In order to track these `click` events simply add a trigger with a `selector`, w
7575
"vars": {
7676
"writeKey": "WRITE_KEY",
7777
"name": "My Page Name"
78-
}
78+
},
7979
"triggers": {
8080
"click": {
8181
"on": "click",

0 commit comments

Comments
 (0)