docs: fix typos and improve abbreviation usage in DESIGN_GOALS.md#36170
docs: fix typos and improve abbreviation usage in DESIGN_GOALS.md#36170Brodypen merged 1 commit intofacebook:mainfrom
Conversation
Hi! While reviewing the React Compiler documentation, I noticed a few minor issues in DESIGN_GOALS.md: - Fixed a typo: `outweight` → `outweigh` in the Non-Goals section. - Updated all instances of `ie` to the standard `i.e.` for better consistency and clarity throughout the document. Happy to contribute!
|
Hi @aliden1z! Thank you for your pull request and welcome to our community. Action RequiredIn order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you. ProcessIn order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with If you have received this in error or have any questions, please contact us at cla@meta.com. Thanks! |
|
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Meta Open Source project. Thanks! |
|
Glad to help, thanks! :) |

Hi! While reviewing the React Compiler documentation, I noticed a few minor issues in DESIGN_GOALS.md:
Fixed a typo:
outweight→outweighin the Non-Goals section.Updated all instances of
ieto the standardi.e.for better consistency and clarity throughout the document.Happy to contribute!
Summary
Fixed a typo (outweight -> outweigh) and standardized abbreviation usage (ie -> i.e.) in the DESIGN_GOALS.md file for the React Compiler documentation. This improves the overall professionalism and readability of the document.
How did you test this change?
This is a documentation-only change. I verified the formatting and consistency of the edits.