Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Fix Typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeaag authored Jan 4, 2017
1 parent 0e71189 commit 48c8e79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ $telemetryClient->trackEvent('name of your event', ['MyCustomProperty' => 42, 'M
$telemetryClient->flush();
```

**Sending more than one telemetry item before sending to the service is also supported; the API will batch everythign until you call flush()**
**Sending more than one telemetry item before sending to the service is also supported; the API will batch everything until you call flush()**
```php
$telemetryClient->trackEvent('name of your event');
$telemetryClient->trackEvent('name of your second event');
Expand Down Expand Up @@ -137,4 +137,4 @@ class Handle_Exceptions
}
}
}
```
```

0 comments on commit 48c8e79

Please sign in to comment.