diff --git a/docs/set.md b/docs/set.md index 75c0fa2..bd02e3d 100644 --- a/docs/set.md +++ b/docs/set.md @@ -9,7 +9,7 @@ this.$ga.set(fieldName, fieldValue) also possible to pass an object literal ```js -this.$ga.set({ fieldName, fieldValue }) +this.$ga.set({ fieldName: fieldValue }) ``` ### Set multiple fields before first hit