From d187406d9d8166d47300af299ae57f66ea2e0779 Mon Sep 17 00:00:00 2001
From: deterclosed
Date: Wed, 11 Dec 2024 18:15:36 +0800
Subject: [PATCH] chore: fix some typos in comment
Signed-off-by: deterclosed
---
CODE_OF_CONDUCT.md | 2 +-
src/components/form/copyrightmodaltext.ts | 2 +-
src/pages/dao/tabs/Submit.jsx | 2 +-
src/utils/typed-art.ts | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md
index e07ed3730..ed5333965 100644
--- a/CODE_OF_CONDUCT.md
+++ b/CODE_OF_CONDUCT.md
@@ -31,7 +31,7 @@ We want, however, to protect and preserve the spirit of Teia. Those core values
- Inclusive for everyone, no matter your race, ethnicity, religion, class, culture, national background and citizenship status, sexual orientation, gender identity and expression, age, or mental or physical disability, neurotype, health related issues, income level, mental health status or trauma
- Inclusive for all participants, no matter the social/economic status.
- inclusive for all art forms and mediums including but not limited to: digital, analog, graphics, vr, video, audio, music, fiber, physical and the ones to come.
-- We want to reach a parity in voice and contribution between people from all communities and sorts of priviledges and locations. This needs to be reached through concrete action and leveraging power
+- We want to reach a parity in voice and contribution between people from all communities and sorts of privileges and locations. This needs to be reached through concrete action and leveraging power
### **§2 Respect**
- 2.1 We believe in a community that respects one another’s dignity, ideas, thoughts and art.
diff --git a/src/components/form/copyrightmodaltext.ts b/src/components/form/copyrightmodaltext.ts
index bf8bbba81..dcb4e52cb 100644
--- a/src/components/form/copyrightmodaltext.ts
+++ b/src/components/form/copyrightmodaltext.ts
@@ -7,7 +7,7 @@ export const copyrightModalText = {
Geographical Coverage: The rights are set globally, allowing for usage across all regions without any restrictions.
Duration of Rights: Rights are granted in perpetuity, meaning there is no expiration on the privileges and permissions granted to Owners after purchase.
Frequency of Rights: Rights are unlimited, not restricted by the number of broadcasts or platforms.
- Exclusivity: Exclusive rights Agreements (priviledges granted exclusive to one individual or entity and no one else), are possible using the number of Editions owned as a mechanism to facilitate these types of arrangements. (By default, all rights bestowed upon by the Creator are non-exclusive.)
+ Exclusivity: Exclusive rights Agreements (privileges granted exclusive to one individual or entity and no one else), are possible using the number of Editions owned as a mechanism to facilitate these types of arrangements. (By default, all rights bestowed upon by the Creator are non-exclusive.)
Transferability: Rights are transferable because they are defined by the condition of ownership, allowing rights and associated privileges to be passed to others, unless stated otherwise.
Royalties: Royalties upon secondary sales still apply during transfers of ownership, which allows for Creators to earn "passive income", similar to deals that occur in traditional arts/entertainment industries.
diff --git a/src/pages/dao/tabs/Submit.jsx b/src/pages/dao/tabs/Submit.jsx
index 9c0366139..b44539381 100644
--- a/src/pages/dao/tabs/Submit.jsx
+++ b/src/pages/dao/tabs/Submit.jsx
@@ -145,7 +145,7 @@ function ProposalForm({ kind, callback }) {
This proposal could be used to administer other smart contracts of
which the DAO is the administrator (e.g. to update the Teia
marketplace fees), or to execute entry points from other contracts
- (e.g. swap or collect a token, vote in anoter DAO / multisig).
+ (e.g. swap or collect a token, vote in another DAO / multisig).
Warning: Executing arbitrary smart contract code could compromise
diff --git a/src/utils/typed-art.ts b/src/utils/typed-art.ts
index f6538c216..28fd44d07 100644
--- a/src/utils/typed-art.ts
+++ b/src/utils/typed-art.ts
@@ -40,7 +40,7 @@ export const processTypedInput = async (
tags = [...tags, 'monospace']
data.tags = tags.join(',')
}
- // ensure if it's not monospace type, remove any occurences of `monospace` in tags
+ // ensure if it's not monospace type, remove any occurrences of `monospace` in tags
// otherwise it will not render correctly on objkt.
else if (!data.isMonoType && lower_tags.includes('monospace')) {
const newTags = tags