Skip to content

Commit 9020164

Browse files
sarathdrbenvinegar
authored andcommitted
Fix typo in typescript definition file (#948)
1 parent b8afab1 commit 9020164

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

typescript/raven.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ interface RavenOptions {
2222
/** The name of the server or device that the client is running on */
2323
serverName?: string;
2424

25-
/** List of messages to be fitlered out before being sent to Sentry. */
25+
/** List of messages to be filtered out before being sent to Sentry. */
2626
ignoreErrors?: (RegExp | string)[];
2727

2828
/** Similar to ignoreErrors, but will ignore errors from whole urls patching a regex pattern. */
@@ -39,7 +39,7 @@ interface RavenOptions {
3939
[id: string]: string;
4040
};
4141

42-
/** set to true to get the strack trace of your message */
42+
/** set to true to get the stack trace of your message */
4343
stacktrace?: boolean;
4444

4545
extra?: any;

0 commit comments

Comments
 (0)