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": { 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 }) => {