mirror of https://github.com/calzoneman/sync.git
Fix typo
This commit is contained in:
parent
241db797d3
commit
9b3a71d84f
|
@ -60,7 +60,7 @@ module.exports = {
|
||||||
415: "Unsupported Media Type",
|
415: "Unsupported Media Type",
|
||||||
416: "Requested Range Not Satisfiable",
|
416: "Requested Range Not Satisfiable",
|
||||||
417: "Expectation Failed",
|
417: "Expectation Failed",
|
||||||
418: "I\"m a teapot",
|
418: "I'm a teapot",
|
||||||
422: "Unprocessable Entity",
|
422: "Unprocessable Entity",
|
||||||
423: "Locked",
|
423: "Locked",
|
||||||
424: "Failed Dependency",
|
424: "Failed Dependency",
|
||||||
|
|
Loading…
Reference in New Issue