Fix typos

This commit is contained in:
Daniele Tonon
2024-05-02 01:11:19 +02:00
parent 5092e25837
commit 61dcdbbb08

View File

@@ -146,7 +146,7 @@ new Typewriter(tw, {
<div class="sm:flex sm:flex-row sm:flex-wrap sm:w-4/5">
<div class="sm:basis-1/2 sm:pr-20 mb-8">
<h3 class="text-2xl mb-1 text-strongpink">Create an account</h3>
<p>With Nostr there is not a central provider that give you an account, in fact your account is powered just by cryptography, and you could create one (or more!) yourself by hand, without any limit. But usually the easist way is to use a <a href="#social" class="underline">Nostr app</a> to bootstrap a new account and then use it everywhere.</p>
<p>With Nostr there is not a central provider that give you an account, in fact your account is powered just by cryptography, and you could create one (or more!) yourself by hand, without any limit. But usually the easiest way is to use a <a href="#social" class="underline">Nostr app</a> to bootstrap a new account and then use it everywhere.</p>
</div>
<div class="sm:basis-1/2 sm:pr-20 mb-8">
<h3 class="text-2xl mb-1 text-strongpink">Secure your key</h3>
@@ -154,7 +154,7 @@ new Typewriter(tw, {
</div>
<div class="sm:basis-1/2 sm:pr-20 mb-8 sm:mb-0">
<h3 class="text-2xl mb-1 text-strongpink">Pick an app</h3>
<p>Nostr developers already have built several applications that cover different areas; probably the easist way to start using Nostr and learn more is downloading a <a href="#social" class="underline">social client</a> and start getting involved with the community and learn more. Need help? Use the #asknostr hashtag!</p>
<p>Nostr developers already have built several applications that cover different areas; probably the easiest way to start using Nostr and learn more is downloading a <a href="#social" class="underline">social client</a> and start getting involved with the community and learn more. Need help? Use the #asknostr hashtag!</p>
</div>
<div class="sm:basis-1/2 sm:pr-20 mb-8 sm:mb-0">
<h3 class="text-2xl mb-1 text-strongpink">Explore Nostr</h3>
@@ -257,7 +257,7 @@ new Typewriter(tw, {
<h2 class="text-4xl mb-10 sm:mb-12 sm:text-center">Develop on Nostr</h2>
<div class="sm:flex sm:gap-20">
<div class="basis-1/2">
<h2 class="text-2xl text-strongpink">Where all started</h2>
<h2 class="text-2xl text-strongpink">Where it all started</h2>
<div class="mt-2">The Nostr "manifesto" was published in 2019 and slowly but surely the community gathered around the idea and expanded it, turning it into a fast, flexible and usable protocol that is used by real people everyday.</div>
<a class="block underline mt-2 text-right" href="https://fiatjaf.com/nostr.html" target="_blank">Read more >></a>
</div>