Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
github username committed Jul 25, 2018
1 parent 960ddd9 commit c4a87e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/indexTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ describe('drivers', function () {
driver.name = 'Sam';
});

it('returns an driver with the orignal key value pairs and the new key value pair', function () {
it('returns an driver with the original key value pairs and the new key value pair', function () {
expect(updateDriverWithKeyAndValue(driver, 'address', '11 Broadway')).to.eql({
name: 'Sam',
address: '11 Broadway'
Expand Down

0 comments on commit c4a87e6

Please sign in to comment.