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 {
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
You can’t perform that action at this time.
0 commit comments