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 02de006bf..4558d0fc8 100644 --- a/src/components/form/copyrightmodaltext.ts +++ b/src/components/form/copyrightmodaltext.ts @@ -7,7 +7,7 @@ export const copyrightModalText = {
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