Fix typo in custom entrypoint description

This commit is contained in:
Sancho Godinho
2026-04-18 04:23:15 +05:30
committed by GitHub
parent 425fef6e28
commit f7b576cbf3
@@ -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>