Skip to content

Commit 782cfd1

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

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
@@ -24,7 +24,7 @@ export interface BrowserTelemetry {
2424
*
2525
* Use this method to manually capture errors during application operation.
2626
* Unhandled errors are automatically captured, but this method can be used
27-
* to capture errors which were hanled, but are still useful for telemetry.
27+
* to capture errors which were handled, but are still useful for telemetry.
2828
*
2929
* @param exception The Error object to capture
3030
*/

0 commit comments

Comments
 (0)