Skip to content

Commit

Permalink
fix typo: "traking" => "tracking"
Browse files Browse the repository at this point in the history
  • Loading branch information
adam187 committed Jan 21, 2015
1 parent 647524e commit 5653d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/angular-google-analytics.js
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ describe('angular-google-analytics', function () {
});
});

describe('supports advanced options for multiple traking objects', function () {
describe('supports advanced options for multiple tracking objects', function () {
var trackers = [
{ tracker: 'UA-12345-12', name: "tracker1", crossDomainLinker: true },
{ tracker: 'UA-12345-34', name: "tracker2", crossDomainLinker: true, crossLinkDomains: ['domain-1.com'] },
Expand Down

0 comments on commit 5653d73

Please sign in to comment.