From 55942cc8cb1161959ca41eb459064acf1be1513e Mon Sep 17 00:00:00 2001 From: Ryan Schumacher Date: Wed, 24 Jul 2024 18:23:55 -0500 Subject: [PATCH] fix: consistent capitalization (#859) --- docs/http/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/http/index.mdx b/docs/http/index.mdx index 8c6365310..6078c2e24 100644 --- a/docs/http/index.mdx +++ b/docs/http/index.mdx @@ -814,10 +814,10 @@ via an Agent or Agent SDK. - HTTPS Edges do not create a corresponding HTTP endpoint. Instead, all HTTP traffic to domains associated with your HTTPS edges is automatically redirected to HTTPS. -- When you create an HTTPS edge via the dashboard, it will automatically create +- When you create an HTTPS Edge via the dashboard, it will automatically create a new Domain with a random name and assign it to your Edge. If you are on the free plan and have created your free domain, it will adopt that domain. -- When you create an HTTPS edge via the dashboard, it will automatically create +- When you create an HTTPS Edge via the dashboard, it will automatically create a Failover Backend with two entries. First, a tunnel group backend with a unique label and second an HTTP Response backend which renders an error if there are no tunnels online in the tunnel group.