Skip to content

Commit

Permalink
fix: Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rhcarvalho committed Oct 5, 2020
1 parent 62624bd commit 2c51883
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/types/src/scope.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export interface Scope {
/**
* Set key:value that will be sent as extra data with the event.
* @param key String of extra
* @param extra Any kind of data. This data will be normailzed.
* @param extra Any kind of data. This data will be normalized.
*/
setExtra(key: string, extra: Extra): this;

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

Expand Down

0 comments on commit 2c51883

Please sign in to comment.