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

Themes

- +