Skip to content

Commit 5640364

Browse files
authored
fix variable name typo (#696)
1 parent 9e2efec commit 5640364

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

integrations/parsely/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ var Parsely = (module.exports = integration('Parsely')
2222
.option('trackEvents', false)
2323
.option('inPixelMetadata', false)
2424
.tag(
25-
'<script id="parsely-cfg" src="//cdn.parsely.com/keys/{{ apikey }}/p.js">'
25+
'<script id="parsely-cfg" src="//cdn.parsely.com/keys/{{ apiKey }}/p.js">'
2626
));
2727

2828
/**

integrations/parsely/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@segment/analytics.js-integration-parsely",
33
"description": "The Parsely analytics.js integration.",
4-
"version": "2.3.4",
4+
"version": "2.3.5",
55
"keywords": [
66
"analytics.js",
77
"analytics.js-integration",

0 commit comments

Comments
 (0)