Skip to content

Commit

Permalink
Correct spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
reiz committed Jun 3, 2016
1 parent ec50ca8 commit ac66d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/versioneye/mailers/notification_mailer_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
email.encoded.should include( "Hello #{user.fullname}" )
email.encoded.should include( 'There are new releases out there' )
email.encoded.should include( '?utm_medium=email' )
email.encoded.should include( 'utm_source=new_versoin' )
email.encoded.should include( 'utm_source=new_version' )
email.encoded.should include( product.name )
email.encoded.should include( notification.version_id )
email.encoded.should include( "/user/projects/#{project._id.to_s}" )
Expand Down

0 comments on commit ac66d0d

Please sign in to comment.