diff --git a/src/pages/code-of-conduct/index.tsx b/src/pages/code-of-conduct/index.tsx index c7ebb52e8..6c58e723a 100644 --- a/src/pages/code-of-conduct/index.tsx +++ b/src/pages/code-of-conduct/index.tsx @@ -42,7 +42,7 @@ const OurStandards = () => (
  • The use of sexualized language or imagery, and sexual attention or advances of any kind
  • Trolling, insulting or derogatory comments, and personal or political attacks
  • Public or private harassment
  • -
  • Publishing others' private information, such as a physical or email address, without their explicit permission
  • +
  • Publishing other's private information, such as a physical or email address, without their explicit permission
  • Other conduct which could reasonably be considered inappropriate in a professional setting
  • @@ -118,7 +118,7 @@ const EnforcementGuidelines = () => ( const Attribution = () => (

    This Code of Conduct is adapted from the Contributor Covenant, version 2.0, available at https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.

    -

    Community Impact Guidelines were inspired by Mozilla's code of conduct enforcement ladder.

    +

    Community Impact Guidelines were inspired by Mozilla's code of conduct enforcement ladder.

    For answers to common questions about this code of conduct, see the FAQ at https://www.contributor-covenant.org/faq/. Translations are available at https://www.contributor-covenant.org/translations.

    );