From 17e2a15bea2df9232411a35c6d967fa18f6e8b25 Mon Sep 17 00:00:00 2001 From: Krishnamohan Yerrabilli Date: Mon, 8 Aug 2022 17:01:34 +0530 Subject: [PATCH] Added a comma to understand better the Readme file for the contributor and the viewer. (#24798) * Small change for Readme file Added a comma, for better understanding for the contributor and the viewer. * Update CODE_OF_CONDUCT.md * Updated, requested changes are done! --- CODE_OF_CONDUCT.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 `