Fix typo in the word repository in api/package.json (#29023)

Этот коммит содержится в:
enzowritescode
2024-10-30 18:36:02 -06:00
коммит произвёл GitHub
родитель 45e871e570
Коммит e4aad40f32

Просмотреть файл

@@ -1,7 +1,7 @@
{ {
"name": "mattermost-api-reference", "name": "mattermost-api-reference",
"version": "1.0.0", "version": "1.0.0",
"description": "This respository holds the API reference available at [https://api.mattermost.com](https://api.mattermost.com).", "description": "This repository holds the API reference available at [https://api.mattermost.com](https://api.mattermost.com).",
"main": "index.js", "main": "index.js",
"dependencies": { "dependencies": {
"@redocly/cli": "^1.13.0", "@redocly/cli": "^1.13.0",