Skip to content

Commit

Permalink
fix typo on space page
Browse files Browse the repository at this point in the history
Added an a.
A space is [a] decentralized bucket.
  • Loading branch information
jamiechicago312 authored Jan 15, 2025
1 parent 05bd361 commit 6299c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/space/create/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default function CreateSpacePage (): JSX.Element {
<SpaceCreatorForm className='mb-8' />
<H2>Explain</H2>
<p className='font-epilogue'>
A space is decentralized bucket. The name you give it is a memorable alias.
A space is a decentralized bucket. The name you give it is a memorable alias.
</p>
<p className='font-epilogue'>
It&apos;s true name is a unique DID derived from a key-pair.
Expand Down

0 comments on commit 6299c35

Please sign in to comment.