Skip to content

Commit 0fcc297

Browse files
committed
Fix spelling-error in comment
1 parent cf4e81a commit 0fcc297

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
@@ -722,7 +722,7 @@ function send(data) {
722722
data.user = globalUser;
723723
}
724724

725-
// Include the release iff it's defined in globalOptions
725+
// Include the release if it's defined in globalOptions
726726
if (globalOptions.release) data.release = globalOptions.release;
727727

728728
if (isFunction(globalOptions.dataCallback)) {

0 commit comments

Comments
 (0)