From 78de3ac04c3d9deef8cd397637ded858ab9fadfb Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Tue, 23 Sep 2025 23:06:04 +0000 Subject: [PATCH 1/2] Update api-playground/overview.mdx --- api-playground/overview.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-playground/overview.mdx b/api-playground/overview.mdx index aa0ada383..8d86745df 100644 --- a/api-playground/overview.mdx +++ b/api-playground/overview.mdx @@ -50,7 +50,7 @@ We recommend generating your API playground from an OpenAPI specification. See [ To generate pages for only specific endpoints, list the endpoints in the `pages` property of the navigation element. - This example generates pages for only the `GET /users` and `POST /users` endpoints. To genereate other endpoint pages, add additional endpoints to the `pages` array. + This example generates pages for only the `GET /users` and `POST /users` endpoints. To generate other endpoint pages, add additional endpoints to the `pages` array. ```json "navigation": { From 407d5512571925d5cb019b6c0989c6e8fd891a1d Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Tue, 23 Sep 2025 23:06:37 +0000 Subject: [PATCH 2/2] Update themes.mdx --- themes.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes.mdx b/themes.mdx index 2b93433e4..5eab63493 100644 --- a/themes.mdx +++ b/themes.mdx @@ -34,7 +34,7 @@ export const ThemeCard = ({ title, value, description, href }) => {