chore: some typos

This commit is contained in:
2024-11-23 13:51:31 +01:00
parent 541c81bbe1
commit 732ff2b83b
7 changed files with 10 additions and 9 deletions

View File

@@ -84,7 +84,7 @@ const Confirmation = () => {
const schema = {
'@context': 'https://schema.org',
'@type': 'WebSite',
name: 'HackerNews Newsletter',
name: 'Hackernews Newsletter',
title: 'Subscription Confirmation',
url: `${process.env.HOME_URL}/confirmation`
};