Skip to content

Commit

Permalink
fix: typo on space page (#187)
Browse files Browse the repository at this point in the history
nitpick [non-blocking]:

Add an a.
A space is [a] decentralized bucket.

See image for original.
<img width="294" alt="image"
src="https://github.com/user-attachments/assets/d9e1642f-2fae-4962-9eb5-ed338571c5de"
/>
  • Loading branch information
jamiechicago312 authored Jan 16, 2025
1 parent 05bd361 commit 539f948
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 539f948

Please sign in to comment.