From 291acb4a98a4d57a484bdc75bcd6b1965619c7d7 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 19:07:09 +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 5480a8f4b..3d62b9c24 100644 --- a/api-playground/overview.mdx +++ b/api-playground/overview.mdx @@ -49,7 +49,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 18ee0919428498c457d01ad4dd6d4dadc2fce9e2 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 19:07:10 +0000 Subject: [PATCH 2/2] Update customize/themes.mdx --- customize/themes.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customize/themes.mdx b/customize/themes.mdx index 3e8eb5083..1755656dd 100644 --- a/customize/themes.mdx +++ b/customize/themes.mdx @@ -33,7 +33,7 @@ export const ThemeCard = ({ title, value, description, href }) => {