Skip to content

Commit

Permalink
Fix grammar in test
Browse files Browse the repository at this point in the history
an > a
  • Loading branch information
wooorm committed Nov 19, 2014
1 parent 9c26a43 commit e6bcd5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1318,7 +1318,7 @@ describe('Inner-word punctuation', function () {
);
});

it('should merge an full-stop in a word', function () {
it('should merge a full-stop in a word', function () {
describeFixture(
'word-inner-full-stop',
'You will need to arrive by 14.30.'
Expand Down

0 comments on commit e6bcd5b

Please sign in to comment.