From c1383a0cc47f2633861e337f852684e68967571c Mon Sep 17 00:00:00 2001 From: "mintlify-development[bot]" <109878554+mintlify-development[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 18:23:19 +0000 Subject: [PATCH] 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": {