fixed typos

This commit is contained in:
CocoByte 2025-03-29 20:52:43 -06:00
parent e60ae25f12
commit 5ea1b851d0
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F

View file

@ -15,7 +15,7 @@ export const domain_purpose_choice_callbacks = {
showElement(element);
// change just the text inside the em tag
const labelElement = element.querySelector('p em');
labelElement.innerHTML = 'Explain why a new domain is need instead of using a' +
labelElement.innerHTML = 'Explain why a new domain name is needed instead of using a' +
'subdomain of an existing website.' +
'<br><br>' + // Adding double line break for spacing
'Include any information or data that shows how the new domain would ' +