fix erroneous quote

This commit is contained in:
Johann150 2022-10-28 23:49:30 +02:00
parent d0564759a5
commit 7a64a3858d
Signed by untrusted user: Johann150
GPG key ID: 9EE6577A2A06F8F1

View file

@ -39,7 +39,7 @@ export const httpCodes: Record<string, string> = {
'415': 'Unsupported Media Type',
'416': 'Range Not Satisfiable',
'417': 'Expectation Failed',
'418': 'I'm a Teapot',
'418': 'I\'m a Teapot',
'421': 'Misdirected Request',
'422': 'Unprocessable Content',
'423': 'Locked',