Skip to content

Commit

Permalink
fix: analytics.js typo fix (#1198)
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanTackoor authored and JustinBeckwith committed Jun 2, 2018
1 parent 4064b7d commit 162c464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/analytics/analytics.js
Expand Up @@ -21,7 +21,7 @@ const analytics = google.analytics({
auth: sampleClient.oAuth2Client
});

// Custom Goals must be exist prior to used as an objectiveMetric
// Custom Goals must exist prior to being used as an objectiveMetric
const objectiveMetric = 'ga:goal1Completions';

// Serving frameworks listed below:
Expand Down

0 comments on commit 162c464

Please sign in to comment.