Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit c81a5eb

Browse files
Merge pull request #141 from MosheAtOwal/patch-2
doc: fix object literal syntax in set.md
2 parents 8d0a6a5 + be7b5ad commit c81a5eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/set.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ this.$ga.set(fieldName, fieldValue)
99
also possible to pass an object literal
1010

1111
```js
12-
this.$ga.set({ fieldName, fieldValue })
12+
this.$ga.set({ fieldName: fieldValue })
1313
```
1414

1515
### Set multiple fields before first hit

0 commit comments

Comments
 (0)