Skip to content

Commit

Permalink
Merge pull request #97 from gergoerdosi/quotes
Browse files Browse the repository at this point in the history
Use quotes instead of backticks
  • Loading branch information
arb committed Jan 22, 2016
2 parents 4338bf7 + 5739af4 commit 345ab94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const internals = {
'415': 'Unsupported Media Type',
'416': 'Requested Range Not Satisfiable',
'417': 'Expectation Failed',
'418': `I'm a teapot`,
'418': 'I\'m a teapot',
'422': 'Unprocessable Entity',
'423': 'Locked',
'424': 'Failed Dependency',
Expand Down

0 comments on commit 345ab94

Please sign in to comment.