We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f275dbc commit b191d6aCopy full SHA for b191d6a
packages/telemetry/browser-telemetry/src/api/BrowserTelemetry.ts
@@ -23,7 +23,7 @@ export interface BrowserTelemetry {
23
* Captures an Error object for telemetry purposes.
24
*
25
* Use this method to manually capture errors during application operation.
26
- * Unhandled errors are automatically captures, but this method can be used
+ * Unhandled errors are automatically captured, but this method can be used
27
* to capture errors which were hanled, but are still useful for telemetry.
28
29
* @param exception The Error object to capture
0 commit comments