Skip to content

Commit adef2f7

Browse files
Merge pull request #117 from daannijkamp/patch-1
Fix minor typo
2 parents 8ddd0c9 + f532278 commit adef2f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/adwords_rate_limiter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,5 @@ CampaignServiceInterface campaignService = adWordsServices.get(session, Campaign
9494
// Invoke API calls with the "campaignService" object.
9595
9696
ReportDownloaderInterface reportDownloader = adWordsServices.getUtility(session, ReportDownloaderInterface.class);
97-
// Inovke API calls with the "reportDownloader" object.
97+
// Invoke API calls with the "reportDownloader" object.
9898
```

0 commit comments

Comments
 (0)