Skip to content

Commit

Permalink
Update packages/telemetry/browser-telemetry/src/api/BrowserTelemetry.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew M. Keeler <[email protected]>
  • Loading branch information
kinyoklion and keelerm84 authored Nov 15, 2024
1 parent b191d6a commit 782cfd1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export interface BrowserTelemetry {
*
* Use this method to manually capture errors during application operation.
* Unhandled errors are automatically captured, but this method can be used
* to capture errors which were hanled, but are still useful for telemetry.
* to capture errors which were handled, but are still useful for telemetry.
*
* @param exception The Error object to capture
*/
Expand Down

0 comments on commit 782cfd1

Please sign in to comment.