Skip to content

Commit c3daf3e

Browse files
authored
Update subdomain-availability.js
1 parent 2024f67 commit c3daf3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/subdomain-availability.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ async function fetchReservedDomains() {
1919
if (!response.ok) throw new Error(`Failed to fetch reserved domains: ${response.statusText}`);
2020
reservedDomains = await response.json();
2121
searchDomain.disabled = false;
22-
searchDomain.placeholder = "e.g. william";
22+
searchDomain.placeholder = "e.g. john";
2323
}
2424
} catch (error) {
2525
console.error(error.message);

0 commit comments

Comments
 (0)