Merge pull request #4241 from sancho1952007/patch-1

style: Fix typo in custom entrypoint description
This commit is contained in:
Mauricio Siu
2026-04-17 21:06:48 -06:00
committed by GitHub

View File

@@ -666,7 +666,7 @@ export const AddDomain = ({ id, type, domainId = "", children }: Props) => {
<div className="space-y-0.5">
<FormLabel>Custom Entrypoint</FormLabel>
<FormDescription>
Use custom entrypoint for domina
Use custom entrypoint for domain
<br />
"web" and/or "websecure" is used by default.
</FormDescription>