Skip to content

Commit 345ab94

Browse files
committed
Merge pull request #97 from gergoerdosi/quotes
Use quotes instead of backticks
2 parents 4338bf7 + 5739af4 commit 345ab94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const internals = {
4545
'415': 'Unsupported Media Type',
4646
'416': 'Requested Range Not Satisfiable',
4747
'417': 'Expectation Failed',
48-
'418': `I'm a teapot`,
48+
'418': 'I\'m a teapot',
4949
'422': 'Unprocessable Entity',
5050
'423': 'Locked',
5151
'424': 'Failed Dependency',

0 commit comments

Comments
 (0)