Skip to content

Commit 04ed0c6

Browse files
fix: Update incorrect spelling of cause (#2721)
1 parent 30e710d commit 04ed0c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/types/src/options.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export interface Options {
111111
*
112112
* Note that you must return a valid event from this callback. If you do not
113113
* wish to modify the event, simply return it at the end.
114-
* Returning null will case the event to be dropped.
114+
* Returning null will cause the event to be dropped.
115115
*
116116
* @param event The error or message event generated by the SDK.
117117
* @param hint May contain additional information about the original exception.
@@ -125,7 +125,7 @@ export interface Options {
125125
*
126126
* Note that you must return a valid breadcrumb from this callback. If you do
127127
* not wish to modify the breadcrumb, simply return it at the end.
128-
* Returning null will case the breadcrumb to be dropped.
128+
* Returning null will cause the breadcrumb to be dropped.
129129
*
130130
* @param breadcrumb The breadcrumb as created by the SDK.
131131
* @returns The breadcrumb that will be added | null.

0 commit comments

Comments
 (0)