Skip to content

Commit b8a7c5d

Browse files
Fix typos and grammar errors in documentation (#3108)
1 parent 96594f3 commit b8a7c5d

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

deploy/authentication-setup.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Select the handshake method that you want to configure.
3636
2. Enable authentication.
3737
3. In the **Password Protection** section, enter a secure password
3838

39-
After you enter a password, your site redploys. When it finishes deploying, anyone who visits your site must enter the password to access your content.
39+
After you enter a password, your site redeploys. When it finishes deploying, anyone who visits your site must enter the password to access your content.
4040
</Step>
4141
<Step title="Distribute access.">
4242
Securely share the password and documentation URL with authorized users.
@@ -45,7 +45,7 @@ Select the handshake method that you want to configure.
4545

4646
### Example
4747

48-
Your host your documentation at `docs.foo.com` and you need basic access control without tracking individual users. You want to prevent public access while keeping setup simple.
48+
You host your documentation at `docs.foo.com` and you need basic access control without tracking individual users. You want to prevent public access while keeping setup simple.
4949

5050
**Create a strong password** in your dashboard. **Share credentials** with authorized users. That's it!
5151
</Tab>
@@ -74,7 +74,7 @@ Your host your documentation at `docs.foo.com` and you need basic access control
7474

7575
### Example
7676

77-
Your host your documentation at `docs.foo.com` and your entire team has access to your dashboard. You want to restrict access to team members only.
77+
You host your documentation at `docs.foo.com` and your entire team has access to your dashboard. You want to restrict access to team members only.
7878

7979
**Enable Mintlify authentication** in your dashboard settings.
8080

@@ -125,7 +125,7 @@ Your host your documentation at `docs.foo.com` and your entire team has access t
125125

126126
### Example
127127

128-
Your host your documentation at `foo.com/docs` and you have an existing OAuth server at `auth.foo.com` that supports the Authorization Code Flow.
128+
You host your documentation at `foo.com/docs` and you have an existing OAuth server at `auth.foo.com` that supports the Authorization Code Flow.
129129

130130
**Configure your OAuth server details** in your dashboard:
131131
- **Authorization URL**: `https://auth.foo.com/authorization`
@@ -186,7 +186,7 @@ Your host your documentation at `foo.com/docs` and you have an existing OAuth se
186186

187187
### Example
188188

189-
Your host your documentation at `docs.foo.com` with an existing authentication system at `foo.com`. You want to extend your login flow to grant access to the docs while keeping your docs separate from your dashboard (or you don't have a dashboard).
189+
You host your documentation at `docs.foo.com` with an existing authentication system at `foo.com`. You want to extend your login flow to grant access to the docs while keeping your docs separate from your dashboard (or you don't have a dashboard).
190190

191191
Create a login endpoint at `https://foo.com/docs-login` that extends your existing authentication.
192192

deploy/ghes.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ See [Registering a GitHub App](https://docs.github.com/en/enterprise-server@3.18
3636
<Steps>
3737
<Step title="Navigate to your organization settings">
3838
1. In the upper-right corner of any page on GitHub, click your profile picture.
39-
2.Click **Your organizations**.
39+
2. Click **Your organizations**.
4040
3. Click **Settings** next to the organization that you want to create the app for.
4141
</Step>
4242

@@ -123,7 +123,7 @@ Select either:
123123
- **Only select repositories** (choose specific repositories)
124124

125125
<Tip>
126-
We reccomend selecting "Only select repositories" and limiting the app to only the repositories where your documentation is located.
126+
We recommend selecting "Only select repositories" and limiting the app to only the repositories where your documentation is located.
127127
</Tip>
128128
</Step>
129129

deploy/route53-cloudfront.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Route traffic to these paths with a Cache Policy of **CachingDisabled**:
2121
Route traffic to this path with a Cache Policy of **CachingEnabled**:
2222

2323
- `/mintlify-assets/_next/static/*`
24-
- `Default (*)` - Your websites landing page
24+
- `Default (*)` - Your website's landing page
2525

2626
All Behaviors must have the an **origin request policy** of `AllViewerExceptHostHeader`.
2727

0 commit comments

Comments
 (0)