From e1e4418ba212092c6f097a23d754bddc0efde49e Mon Sep 17 00:00:00 2001 From: monokkai Date: Wed, 7 Jan 2026 23:42:47 +0100 Subject: [PATCH] Fix grammar and wording in README.md Corrected minor grammatical issues in the README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 88f8e827b025..6bc3445c2a9d 100644 --- a/README.md +++ b/README.md @@ -55,11 +55,11 @@ 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://react.dev/learn#writing-markup-with-jsx). JSX is not required to use React, but it makes code more readable, and writing it feels like writing HTML. +You'll notice that we used an HTML-like syntax; [which we call JSX](https://react.dev/learn#writing-markup-with-jsx). JSX is not required to use React, but it makes code more readable, and writing it feels like writing HTML. ## Contributing -The main purpose of this repository is to continue evolving React core, making it faster and easier to use. Development of React happens in the open on GitHub, and we are grateful to the community for contributing bugfixes and improvements. Read below to learn how you can take part in improving React. +The main purpose of this repository is to continue evolving React core, making it faster and easier to use. Development of React happens in the open on GitHub, and we are grateful to the community for contributing bug fixes and improvements. Read below to learn how you can take part in improving React. ### [Code of Conduct](https://code.fb.com/codeofconduct)