diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 08b500a221..3f798c90cd 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -26,7 +26,7 @@ Examples of unacceptable behavior by participants include: advances * Trolling, insulting/derogatory comments, and personal or political attacks * Public or private harassment -* Publishing others' private information, such as a physical or electronic +* Publishing other's private information, such as a physical or electronic address, without explicit permission * Other conduct which could reasonably be considered inappropriate in a professional setting diff --git a/README.md b/README.md index d2f0e08ecc..d543ce9678 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ root.render(); This example will render "Hello Taylor" into a container on the page. -You'll notice that we used an HTML-like syntax; [we call it JSX](https://reactjs.org/docs/introducing-jsx.html). JSX is not required to use React, but it makes code more readable and writing it feels like writing HTML. If you're using React as a `