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

Commit be7b5ad

Browse files
authored
doc: Fix object literal syntax in set.md
1 parent 8d0a6a5 commit be7b5ad

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)