Skip to content

Commit fb26b90

Browse files
committed
Merge pull request #372 from hussfelt/master
Fix spelling-error in comment
2 parents cf4e81a + 0fcc297 commit fb26b90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/raven.js

+1-1
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)