InternetHealthReport / ihr-website

Vue.js code for IHR website
https://ihr.iijlab.net/ihr/en
GNU General Public License v3.0
65 stars 122 forks source link

Typo : spelling of developers is wrong in the API page #712

Closed Murdock9803 closed 11 months ago

Murdock9803 commented 11 months ago

Describe the bug There is a typo in the API page. developers is written as developpers.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'https://ihr.iijlab.net/ihr/en-us'
  2. Click on 'API' in navigation bar.
  3. On the page, see the wrong spelling for developers as shown in the screenshot attached.

Expected behavior The spelling should be corrected.

Screenshots Screenshot 2023-12-22 222817

Desktop :

Additional context I would like to work on this issue.

dpgiakatos commented 11 months ago

This typo originates from the swagger file that the webpage retrieves from https://ihr.iijlab.net/ihr/api/swagger.yaml?1234. This issue does not stem from this repository.

Murdock9803 commented 11 months ago

Ok @dpgiakatos, Thanks for the clarification. Should I close the issue ?