Skip to content

Commit

Permalink
(docs): fixed errors in api.ts (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xflotus committed May 31, 2020
1 parent a5a51e0 commit ac86494
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
openapi: "3.0.0",
info: {
title: "Kutt.it",
description: "API referrence for [http://kutt.it](http://kutt.it).\n",
description: "API reference for [http://kutt.it](http://kutt.it).\n",
version: p.version
},
servers: [
Expand Down Expand Up @@ -117,7 +117,7 @@ export default {
},
responses: {
"200": {
description: "Craeted link",
description: "Created link",
content: {
"application/json": {
schema: {
Expand Down

0 comments on commit ac86494

Please sign in to comment.