Skip to content

Commit b191d6a

Browse files
Update packages/telemetry/browser-telemetry/src/api/BrowserTelemetry.ts
Co-authored-by: Matthew M. Keeler <[email protected]>
1 parent f275dbc commit b191d6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/telemetry/browser-telemetry/src/api/BrowserTelemetry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export interface BrowserTelemetry {
2323
* Captures an Error object for telemetry purposes.
2424
*
2525
* Use this method to manually capture errors during application operation.
26-
* Unhandled errors are automatically captures, but this method can be used
26+
* Unhandled errors are automatically captured, but this method can be used
2727
* to capture errors which were hanled, but are still useful for telemetry.
2828
*
2929
* @param exception The Error object to capture

0 commit comments

Comments
 (0)