Skip to content

Commit

Permalink
Fix typo (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaedrich authored Nov 29, 2023
1 parent 2f6fa7d commit 3c944bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion swagger/paths/capital/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const methods = {
getCapitals: {
tags: ['Capital'],
description: 'Get all countries and thier capital',
description: 'Get all countries and their capital',
responses: {
200: {
description: 'countries and capitals retrieved',
Expand Down
2 changes: 1 addition & 1 deletion swagger/paths/cities/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const methods = {
getCountriesAndCities: {
tags: ['Cities'],
description: 'Get all countries and thier cities',
description: 'Get all countries and their cities',
responses: {
200: {
description: 'countries and cities retrieved',
Expand Down

0 comments on commit 3c944bc

Please sign in to comment.