Skip to content

Commit 6d51865

Browse files
authored
Merge pull request #549 from andreia/andreia-patch-1
Fix class AddCampaignTargetingCriteria name
2 parents 04fda7f + f72332c commit 6d51865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/AdWords/v201809/Targeting/AddCampaignTargetingCriteria.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
* This example adds various types of targeting criteria to a campaign.
4545
* To get campaigns, run BasicOperations/GetCampaigns.php.
4646
*/
47-
class AddCampaignTargetingCrtieria
47+
class AddCampaignTargetingCriteria
4848
{
4949

5050
const CAMPAIGN_ID = 'INSERT_CAMPAIGN_ID_HERE';

0 commit comments

Comments
 (0)