diff --git a/www/src/content/docs/docs/custom-domains.mdx b/www/src/content/docs/docs/custom-domains.mdx index 4239c4f84..0d39637bc 100644 --- a/www/src/content/docs/docs/custom-domains.mdx +++ b/www/src/content/docs/docs/custom-domains.mdx @@ -30,7 +30,7 @@ Configuring a custom domain is a two step process. - Verifying through an email sent to the domain owner. 2. Add the DNS records to route your domain to your component. -SST can these steps automatically for the supported providers through a concept of _adapters_. These create the above DNS records on a given provider. +SST can perform these steps automatically for the supported providers through a concept of _adapters_. These create the above DNS records on a given provider. ---