From 2f488fc6c09665b5cebeedbd98fe54e26c04db82 Mon Sep 17 00:00:00 2001 From: studstill Date: Wed, 7 Aug 2019 14:05:45 -0400 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a69f2d..16939df 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ But there are many more uses in GTM and out. To use in GTM, place the contents of ga-spy.gtm.tag.html into a custom html tag, then use one of the custom listeners below. -If you use ga-spy.gtm.tag.html as the Tag, then you can place the listsner code into +If you use ga-spy.gtm.tag.html as the Tag, then you can place the listener code into a Variable named `GA Spy Config` (using ga-spy-config.gtm.var.js as a template). This way, you can easily update the core GA Spy without having worry about preserving your custom code.