Skip to content
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

Typo fix in index.md #31995

Merged
merged 1 commit into from
Jan 30, 2024
Merged

Typo fix in index.md #31995

merged 1 commit into from
Jan 30, 2024

Conversation

thecipherninja
Copy link
Contributor

Typo correction in example code's explanation.

Description

The example code provided was this:
clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
The explanation for the above code was this:
"This would create a rectangle shape the size of its parent content by specifying the coordinates of its four corners: top-left (0% 0%), top-right (100% 0%), bottom-right (100% 100%), and bottom-right (0% 100%)."
Changed:
this "bottom-right (0% 100%)." to "bottom-left (0% 100%)."

Motivation

Readers who are beginners may get confused a bit with this example.

Additional details

Related issues and pull requests

Typo correction in example code's explanation.
@thecipherninja thecipherninja requested a review from a team as a code owner January 29, 2024 22:04
@thecipherninja thecipherninja requested review from chrisdavidmills and removed request for a team January 29, 2024 22:04
@github-actions github-actions bot added Content:CSS Cascading Style Sheets docs size/xs [PR only] 0-5 LoC changed labels Jan 29, 2024
Copy link
Contributor

Preview URLs

Copy link
Collaborator

@hamishwillee hamishwillee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks very much - and welcome to MDN!

@hamishwillee hamishwillee merged commit 9760ffb into mdn:main Jan 30, 2024
7 checks passed
@thecipherninja thecipherninja deleted the patch-2 branch January 30, 2024 07:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Content:CSS Cascading Style Sheets docs size/xs [PR only] 0-5 LoC changed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants