From e4aad40f320f425ae8e9c5cd552945fa78888878 Mon Sep 17 00:00:00 2001 From: enzowritescode <1328683+enzowritescode@users.noreply.github.com> Date: Wed, 30 Oct 2024 18:36:02 -0600 Subject: [PATCH] Fix typo in the word repository in api/package.json (#29023) --- api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/package.json b/api/package.json index 08403f7628..119a7267fc 100644 --- a/api/package.json +++ b/api/package.json @@ -1,7 +1,7 @@ { "name": "mattermost-api-reference", "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", "dependencies": { "@redocly/cli": "^1.13.0",