Skip to content

Commit

Permalink
Docs: Fix typo in customDomain for SvelteKitSite and SolidStartSite (#…
Browse files Browse the repository at this point in the history
…3703)

* Fix typo in customDomain

* Fix typo in customDomain
  • Loading branch information
lassemt committed Mar 12, 2024
1 parent 7f5602a commit 728a455
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion www/docs/constructs/SolidStartSite.about.md
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ import { Certificate } from "aws-cdk-lib/aws-certificatemanager";

new SolidStartSite(stack, "Site", {
path: "my-solid-app/",
cutomDomain: {
customDomain: {
isExternalDomain: true,
domainName: "my-app.com",
cdk: {
Expand Down
2 changes: 1 addition & 1 deletion www/docs/constructs/SvelteKitSite.about.md
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ import { Certificate } from "aws-cdk-lib/aws-certificatemanager";

new SvelteKitSite(stack, "Site", {
path: "my-svelte-app/",
cutomDomain: {
customDomain: {
isExternalDomain: true,
domainName: "my-app.com",
cdk: {
Expand Down

0 comments on commit 728a455

Please sign in to comment.