Skip to content

Commit 2c51883

Browse files
committed
fix: Typo
1 parent 62624bd commit 2c51883

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/types/src/scope.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export interface Scope {
5757
/**
5858
* Set key:value that will be sent as extra data with the event.
5959
* @param key String of extra
60-
* @param extra Any kind of data. This data will be normailzed.
60+
* @param extra Any kind of data. This data will be normalized.
6161
*/
6262
setExtra(key: string, extra: Extra): this;
6363

@@ -81,7 +81,7 @@ export interface Scope {
8181
/**
8282
* Sets context data with the given name.
8383
* @param name of the context
84-
* @param context an object containing context data. This data will be normailzed. Pass `null` to unset the context.
84+
* @param context an object containing context data. This data will be normalized. Pass `null` to unset the context.
8585
*/
8686
setContext(name: string, context: Context | null): this;
8787

0 commit comments

Comments
 (0)