grammar fix

This commit is contained in:
Cloudburst 2022-10-01 20:37:51 +02:00 committed by GitHub
parent 6c8bb5d80a
commit 9bef6357f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ const IndexPage = () => {
<div>
<BiErrorAlt />
<div>
<h3 class="font-bold">Failed to connect with GitHub servers.</h3>
<h3 class="font-bold">Failed to connect to GitHub servers.</h3>
<div class="text-xs">GitHub has been a target of <a href="https://en.wikipedia.org/wiki/Censorship_of_GitHub" className="link" target="_blank">censorship</a> in some countries. <br/> Please try changing your <a href="https://1.1.1.1/dns/" className="link" target="_blank">DNS server</a> or try using a VPN.</div>
</div>
</div>