Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix some typos in comment #440

Merged
merged 2 commits into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/components/form/copyrightmodaltext.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const copyrightModalText = {
<li><strong>Geographical Coverage:</strong> The rights are set globally, allowing for usage across all regions without any restrictions.</li>
<li><strong>Duration of Rights:</strong> Rights are granted in perpetuity, meaning there is no expiration on the privileges and permissions granted to Owners after purchase.</li>
<li><strong>Frequency of Rights:</strong> Rights are unlimited, not restricted by the number of broadcasts or platforms.</li>
<li><strong>Exclusivity:</strong> 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.)</li>
<li><strong>Exclusivity:</strong> 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.)</li>
<li><strong>Transferability:</strong> 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.</li>
<li><strong>Royalties:</strong> 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.</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/dao/tabs/Submit.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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).
</p>
<p>
Warning: Executing arbitrary smart contract code could compromise
Expand Down
2 changes: 1 addition & 1 deletion src/utils/typed-art.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading