From be7b5add120364ee741786892695ed776cf5c759 Mon Sep 17 00:00:00 2001 From: Moshe <32460564+MosheAtOwal@users.noreply.github.com> Date: Mon, 30 Jul 2018 15:40:36 -0400 Subject: [PATCH] doc: Fix object literal syntax in set.md --- docs/set.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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