Skip to content

fix: use correct number in lesson #40103

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

Merged
merged 1 commit into from
Jun 27, 2025
Merged

fix: use correct number in lesson #40103

merged 1 commit into from
Jun 27, 2025

Conversation

Eduardo06sp
Copy link
Contributor

Description

The lesson reads (emphasis mine):

Change the line that calculates x so the box is 100px wide, but the 150 is calculated using three numbers and the subtraction and division operators.

However, I updated it to (emphasis not added):

Change the line that calculates x so the box is 100px wide, but the 100 is calculated using three numbers and the subtraction and division operators.

Motivation

It seems to be a typo, as it was talking about making a 100px adjustment, but then referred to 150 which is nowhere in that sentence.

Additional details

Related issues and pull requests

Fixes #40102

@Eduardo06sp Eduardo06sp requested a review from a team as a code owner June 27, 2025 06:28
@Eduardo06sp Eduardo06sp requested review from pepelsbey and removed request for a team June 27, 2025 06:28
@github-actions github-actions bot added Content:Learn Learning area docs size/xs [PR only] 0-5 LoC changed labels Jun 27, 2025
Copy link
Contributor

Copy link
Member

@Josh-Cena Josh-Cena left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

@Josh-Cena Josh-Cena merged commit 045c634 into mdn:main Jun 27, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Content:Learn Learning area docs size/xs [PR only] 0-5 LoC changed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

typo error
2 participants