Skip to content

Commit

Permalink
Merge pull request #33 from kyleni/patch-1
Browse files Browse the repository at this point in the history
Fix backend spelling error
  • Loading branch information
Jamstew2 authored Feb 8, 2021
2 parents ef8ebf0 + e3d6f91 commit 2819f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/swagger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export const swaggerDoc = {
"openapi": "3.0.0",
"info": {
"title": "Fairchange API",
"description": "This is the ackend component code for fairchange applicatiom.",
"description": "This is the backend component code for fairchange applicatiom.",
"version": "1.0.0"
},
"produces": ["application/json"],
Expand Down

0 comments on commit 2819f74

Please sign in to comment.