Skip to content

Commit af784f2

Browse files
committed
sentence case headings
1 parent 9ae5f16 commit af784f2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

advanced/subpath/route53-cloudfront.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ When using CloudFront with Vercel deployments, CloudFront automatically adds the
3131

3232
Make sure your CloudFront distribution is configured to forward this header to your origin by including it in your origin request policy or cache policy headers configuration.
3333

34-
## Create Cloudfront Distribution
34+
## Create Cloudfront distribution
3535

3636
Navigate to [Cloudfront](https://aws.amazon.com/cloudfront) inside the AWS console and click on `Create distribution`
3737

@@ -58,7 +58,7 @@ And for **Web Application Firewall (WAF)**, enable security protections
5858

5959
The remaining settings should be default. Click `Create distribution`.
6060

61-
## Add Default Origin
61+
## Add default origin
6262

6363
After creating the distribution, navigate to the `Origins` tab.
6464

@@ -88,7 +88,7 @@ Once you have the staging URL, ours for instance is [mintlify-landing-page.verce
8888

8989
By this point, you should have two Origins - one with `[SUBDOMAIN].mintlify.app` and another with with staging URL.
9090

91-
## Set Behaviors
91+
## Set behaviors
9292

9393
Behaviors in Cloudfront enables control over the subpath logic. At a high level, we're looking to create the following logic.
9494

@@ -133,7 +133,7 @@ We're going to change the default behavior's **Origin and origin groups** to the
133133

134134
Click on `Save changes`.
135135

136-
## Preview Distribution
136+
## Preview distribution
137137

138138
You can now test if your distribution is set up properly by going to the `General` tab and visiting the **Distribution domain name** URL.
139139

0 commit comments

Comments
 (0)