Skip to content

Commit ab24b36

Browse files
committed
Fix jsdoc
1 parent 5fe21f4 commit ab24b36

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs-devsite/crashlytics_.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ export declare function recordError(crashlytics: Crashlytics, error: unknown, at
108108
| Parameter | Type | Description |
109109
| --- | --- | --- |
110110
| crashlytics | [Crashlytics](./crashlytics_.crashlytics.md#crashlytics_interface) | The [Crashlytics](./crashlytics_.crashlytics.md#crashlytics_interface) instance. |
111-
| error | unknown | The caught exception, typically an |
112-
| attributes | AnyValueMap | = Optional, arbitrary attributes to attach to the error log |
111+
| error | unknown | The caught exception, typically an Error object |
112+
| attributes | AnyValueMap | Optional, arbitrary attributes to attach to the error log |
113113

114114
<b>Returns:</b>
115115

packages/crashlytics/src/api.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ export function getCrashlytics(
7171
* @public
7272
*
7373
* @param crashlytics - The {@link Crashlytics} instance.
74-
* @param error - The caught exception, typically an {@link Error}
75-
* @param attributes = Optional, arbitrary attributes to attach to the error log
74+
* @param error - The caught exception, typically an Error object
75+
* @param attributes - Optional, arbitrary attributes to attach to the error log
7676
*/
7777
export function recordError(
7878
crashlytics: Crashlytics,

0 commit comments

Comments
 (0)