Skip to content

Commit 17e2a15

Browse files
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!
1 parent ca990e9 commit 17e2a15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CODE_OF_CONDUCT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Examples of unacceptable behavior by participants include:
2626
advances
2727
* Trolling, insulting/derogatory comments, and personal or political attacks
2828
* Public or private harassment
29-
* Publishing others' private information, such as a physical or electronic
29+
* Publishing other's private information, such as a physical or electronic
3030
address, without explicit permission
3131
* Other conduct which could reasonably be considered inappropriate in a
3232
professional setting

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ root.render(<HelloMessage name="Taylor" />);
5252

5353
This example will render "Hello Taylor" into a container on the page.
5454

55-
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 `<script>` tag, read [this section](https://reactjs.org/docs/add-react-to-a-website.html#optional-try-react-with-jsx) on integrating JSX; otherwise, the [recommended JavaScript toolchains](https://reactjs.org/docs/create-a-new-react-app.html) handle it automatically.
55+
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 `<script>` tag, read [this section](https://reactjs.org/docs/add-react-to-a-website.html#optional-try-react-with-jsx) on integrating JSX; otherwise, the [recommended JavaScript toolchains](https://reactjs.org/docs/create-a-new-react-app.html) handle it automatically.
5656

5757
## Contributing
5858

0 commit comments

Comments
 (0)