Skip to content

Commit

Permalink
Fixed a grammar mistake in fixtures.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarno Leppänen committed Jul 5, 2013
1 parent e280dc0 commit 3e542c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixtures.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ exports.inputs = [

exports.text = [
'<p>Apples, <b>oranges</b> and pears.</p>',
'<p>Carrots and <b>sweetcorns</b></p>'
'<p>Carrots and <b>sweetcorn</b></p>'
].join('');

0 comments on commit 3e542c9

Please sign in to comment.