-
Notifications
You must be signed in to change notification settings - Fork 22.5k
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
Fix multiple typos in justify-items
, align-items
, place-self
documentation: change 'an intrinsic sizes' to 'an intrinsic size'.
#37654
Conversation
…to 'an intrinsic size'
…' to 'an intrinsic size'
…o 'an intrinsic size'
Preview URLs Flaws (144)URL:
URL:
URL:
|
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.
Thanks! 🎉
Sorry for not verifying earlier, but this fixes only 3 out of the 4 typos. The justify-self page has not been fixed. (Also, the 4 fixes could and should have been one commit I'm pretty sure...) |
Thanks you for pointing that out! I apologize for missing the justify-self page--- I'll fix it in a follow up pr shortly. |
Awesome, thanks!
Thank you! Please note this is a strong personal preference of mine, apparently this project doesn't really care about that but I just think it's a best practice in general. :) |
Thanks for the feedback! I agree following best practices is always beneficial! |
Description
Fixed multiple typos in the
justify-items
,align-items
,place-self
CSS documentation: changed "an intrinsic sizes" to "an intrinsic size."Motivation
I'm making these changes to ensure the documentation is clear and concise. Fixing these typos provides the user with a clearer understanding of various aspects of CSS without confusion.
Additional details
None.
Related issues and pull requests
Fixes #37651