-
Notifications
You must be signed in to change notification settings - Fork 49.2k
Fix typo in error message. #33313
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 typo in error message. #33313
Conversation
Comparing: c6c2a52...7061ad7 Critical size changesIncludes critical production bundles, as well as any change greater than 2%:
Significant size changesIncludes any change greater than 0.2%: (No significant changes) |
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.
@captbaritone Do you prefer this wording or yours in #33044?
imho both words there are confusing. If it's async, it already implies that it is happening "later" or "over time". Think of folks who don't speak English too well, too. |
lgtm |
Looks good to me. I'll close mine. |
## Summary I am writing code that isn't so good, so I saw this error message many times. It appears to have a typo. This PR fixes the typo. ## How did you test this change? Ran the tests DiffTrain build for [3e9db65](facebook@3e9db65)
## Summary I am writing code that isn't so good, so I saw this error message many times. It appears to have a typo. This PR fixes the typo. ## How did you test this change? Ran the tests DiffTrain build for [3e9db65](facebook@3e9db65)
Summary
I am writing code that isn't so good, so I saw this error message many times. It appears to have a typo. This PR fixes the typo.
How did you test this change?
Ran the tests