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

Commit

Permalink
fix: misspelled 'exception'
Browse files Browse the repository at this point in the history
  • Loading branch information
jgellin-sf committed Jan 13, 2020
1 parent 0e5204b commit 088b604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/telemetry/src/telemetryReporter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ export class SpawnedTelemetryReporter extends AsyncCreatable<TelemetryOptions> {
}

/**
* Sends exceptopm to child process.
* Sends exception to child process.
* @param exception {Error} - exception you want published.
* @param measurements {Measurements} - map of measurements to publish alongside the event.
*/
Expand Down

0 comments on commit 088b604

Please sign in to comment.