diff --git a/advanced-support.mdx b/advanced-support.mdx
index 461cc4464..905f63ddc 100644
--- a/advanced-support.mdx
+++ b/advanced-support.mdx
@@ -30,7 +30,7 @@ Get an assigned Customer Success Manager who knows your team, setup, and goals.
**What you get:**
- Assigned CSM as your primary contact
-- 4-hour first response SLA (9AM-5PM PST for US customers, 24 hours international)
+- 4-hour first response SLA (9 AM-5 PM PST for US customers, 24 hours international)
- Dedicated Slack channel
- Monthly check-ins
- Quarterly business reviews
diff --git a/api-playground/overview.mdx b/api-playground/overview.mdx
index 24ebfbb3c..afce3b43d 100644
--- a/api-playground/overview.mdx
+++ b/api-playground/overview.mdx
@@ -132,7 +132,7 @@ Customize your API playground by defining the following properties in your `docs
Whether to prefill the API playground with data from schema examples. When enabled, the playground automatically populates request fields with example values from your OpenAPI specification. Defaults to `false`.
- Whether to generate code samples for endpoints from API specifications. Defaults to `true`. When set to `false`, only manually-written code samples (from `x-codeSamples` in OpenAPI specifications or `` components in MDX) appear in the API playground.
+ Whether to generate code samples for endpoints from API specifications. Defaults to `true`. When set to `false`, only manually written code samples (from `x-codeSamples` in OpenAPI specifications or `` components in MDX) appear in the API playground.
diff --git a/installation.mdx b/installation.mdx
index 7f6d0338b..bc4b64958 100644
--- a/installation.mdx
+++ b/installation.mdx
@@ -262,7 +262,7 @@ If you use JetBrains, we recommend the [MDX IntelliJ IDEA plugin](https://plugin
This may be due to an outdated version of Node.js. Try the following:
- 1. Remove the currently-installed version of the mint CLI: `npm uninstall -g mint`
+ 1. Remove the currently installed version of the mint CLI: `npm uninstall -g mint`
2. Upgrade to Node.js v20.17.0+.
3. Reinstall the mint CLI: `npm install -g mint`
diff --git a/organize/settings.mdx b/organize/settings.mdx
index d7b1f908c..acfc1ed03 100644
--- a/organize/settings.mdx
+++ b/organize/settings.mdx
@@ -833,7 +833,7 @@ This section contains the full reference for the `docs.json` file.
Whether to prefill the API playground with data from schema examples. When enabled, the playground automatically populates request fields with example values from your OpenAPI specification. Defaults to `false`.
- Whether to generate code samples for endpoints from API specifications. Defaults to `true`. When set to `false`, only manually-written code samples (from `x-codeSamples` in OpenAPI specifications or `` components in MDX) appear in the API playground.
+ Whether to generate code samples for endpoints from API specifications. Defaults to `true`. When set to `false`, only manually written code samples (from `x-codeSamples` in OpenAPI specifications or `` components in MDX) appear in the API playground.