Skip to content

Commit

Permalink
Use quotes instead of backticks
Browse files Browse the repository at this point in the history
  • Loading branch information
Gergo Erdosi committed Dec 29, 2015
1 parent d455050 commit 5739af4
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 5739af4

Please sign in to comment.