-
Notifications
You must be signed in to change notification settings - Fork 313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: Fixing a typo in 03-installation.mdx and improving grammar in 2 other files for readability #144
Conversation
Hi @nelsonuprety1! 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 [email protected]. Thanks! |
I have successfully signed the Contributor License Agreement. Thank You. |
@@ -46,11 +46,11 @@ Most existing solutions to this problem rely on rules and conventions. | |||
<details> | |||
<summary>Utility Classes</summary> | |||
Atomic utility class names like Tailwind CSS and Tachyons rely on conventions and lint rules | |||
to ensure that conflicting class names are not applied on the same element. Such tooling adds | |||
to ensure that conflicting class names are not applied to the same element. Such tooling adds |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was originally correct.
@@ -162,7 +162,7 @@ function MyComponent({style}) { | |||
This is a little more code, but the runtime cost is still minimal | |||
because of how fast the `stylex.props()` function is. | |||
|
|||
Most other styling solutions don't enable composition of styles across file | |||
Most other styling solutions don't enable the composition of styles across file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This the
changes the meaning and is wrong here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some of the changes are regressions. I've commented on them
I have fixed the suggested changes. Thank you
@nmn i have updated the files with the changes that you suggested. Please kindly check thank you. |
What changed / motivation ?
In this pull request, I corrected a typo identified in the 03-installation.mdx file. Additionally, I addressed grammar issues in two other files to improve the overall readability of the document.
Linked PR/Issues
Additional Context
Pre-flight checklist
Contribution Guidelines