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 b191d6a commit 782cfd1Copy full SHA for 782cfd1
packages/telemetry/browser-telemetry/src/api/BrowserTelemetry.ts
@@ -24,7 +24,7 @@ export interface BrowserTelemetry {
24
*
25
* Use this method to manually capture errors during application operation.
26
* Unhandled errors are automatically captured, but this method can be used
27
- * to capture errors which were hanled, but are still useful for telemetry.
+ * to capture errors which were handled, but are still useful for telemetry.
28
29
* @param exception The Error object to capture
30
*/
0 commit comments