-
+
From cb94c1987b12cdaded9f58ca5ffaba76cd6f4dc9 Mon Sep 17 00:00:00 2001
From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com>
Date: Tue, 23 Sep 2025 20:33:32 +0000
Subject: [PATCH 2/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": {