Skip to content

Commit c7e0d9b

Browse files
authored
Fix comment
1 parent 0c6a622 commit c7e0d9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/raven.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1335,7 +1335,7 @@ Raven.prototype = {
13351335
var status = request.status;
13361336

13371337
// 400 - project_id doesn't exist or some other fatal
1338-
// 401 - nvalid/revoked dsn
1338+
// 401 - invalid/revoked dsn
13391339
// 429 - too many requests
13401340
if (!(status === 400 || status === 401 || status === 429))
13411341
return;

0 commit comments

Comments
 (0)