File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ export interface Scope {
57
57
/**
58
58
* Set key:value that will be sent as extra data with the event.
59
59
* @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 .
61
61
*/
62
62
setExtra ( key : string , extra : Extra ) : this;
63
63
@@ -81,7 +81,7 @@ export interface Scope {
81
81
/**
82
82
* Sets context data with the given name.
83
83
* @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.
85
85
*/
86
86
setContext ( name : string , context : Context | null ) : this;
87
87
You can’t perform that action at this time.
0 commit comments