Skip to content

Commit fc27966

Browse files
Fix typos in documentation (#1440)
* Update api-playground/overview.mdx * Update customize/themes.mdx --------- Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
1 parent eb17636 commit fc27966

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api-playground/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ We recommend generating your API playground from an OpenAPI specification. See [
4949

5050
To generate pages for only specific endpoints, list the endpoints in the `pages` property of the navigation element.
5151

52-
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.
52+
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.
5353

5454
```json
5555
"navigation": {

customize/themes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export const ThemeCard = ({ title, value, description, href }) => {
3333
<div className="pt-10 pb-24 px-4 px-4 max-w-3xl mx-auto prose prose-gray">
3434
<label className="eyebrow h-5 text-primary dark:text-primary-light text-sm font-semibold">Core Concepts</label>
3535
<h1 className="mt-1 mb-2 text-2xl sm:text-3xl text-gray-900 tracking-tight dark:text-gray-200 font-semibold">Themes</h1>
36-
<label className="text-lg prose prose-gray dark:prose-invert">Custom the appearance of your documentation<br /><br />Configure [theme](settings#param-theme) in docs.json using one of the following themes.</label>
36+
<label className="text-lg prose prose-gray dark:prose-invert">Customize the appearance of your documentation<br /><br />Configure [theme](settings#param-theme) in docs.json using one of the following themes.</label>
3737

3838
<br />
3939

0 commit comments

Comments
 (0)